#67EBE8

Color #67EBE8 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67EBE8

Tints of Turquoise Blue #67EBE8

Color information

#67EBE8 (or 0x67EBE8) is unknown color: approx Turquoise Blue. HEX triplet: 67, EB and E8. RGB value is (103,235,232). Sum of RGB (Red+Green+Blue) = 103+235+232=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #67EBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EBE8 is #981417. Grayscale: #C3C3C3. Windows color (decimal): -9966616 or 15264615. OLE color: 15264615.

HSL color Cylindrical-coordinate representation of color #67EBE8: hue angle of 178.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EBE8 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB103235232-
CMYK0.5600.010.08
HSL178.64º76.74%66.27%-
HSV(B)178.64º56.17%92.16%-
XYZ49.8768.1386.87-
YUV195.19148.7762.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 18.07%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 232 (91.02% from 255) = 40.70%
R=18.07%
G=41.23%
B=40.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1032352320.5600.010.08178.6476.7466.27
Hex67EBE838018b34d42
Octal147353350700110263115102
Binary110011111101011111010001110000110001011001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67EBE8; }

 p { color: rgb(103,235,232); }

 H1.HeaderClassName
 {
   color: #67EBE8;
 }
 .AnyTagClassName
 {
   color: #67EBE8;
 }
</style>
background-color css

<style>
 a { background-color: #67EBE8; }

 a { background-color: rgb(103,235,232); }

 div.DivClassName
 {
   background-color: #67EBE8;
 }
 .BgClassName
 {
   background-color: #67EBE8;
 }
</style>
border-color css

<style>
 span { border-color: #67EBE8; }

 span { border-color: rgb(103,235,232); }

 td.TdClassName
 {
   border-color: #67EBE8;
 }
 .TagClassName
 {
   border-color: #67EBE8;
 }
</style>