#67EAF9

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

Shades of Turquoise Blue #67EAF9

Tints of Turquoise Blue #67EAF9

Color information

#67EAF9 (or 0x67EAF9) is unknown color: approx Turquoise Blue. HEX triplet: 67, EA and F9. RGB value is (103,234,249). Sum of RGB (Red+Green+Blue) = 103+234+249=586 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.58% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #67EAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EAF9 is #981506. Grayscale: #C4C4C4. Windows color (decimal): -9966855 or 16378471. OLE color: 16378471.

HSL color Cylindrical-coordinate representation of color #67EAF9: hue angle of 186.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67EAF9 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103234249-
CMYK0.590.0600.02
HSL186.16º92.41%69.02%-
HSV(B)186.16º58.63%97.65%-
XYZ52.1268.57100.11-
YUV196.54157.661.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.58%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=17.58%
G=39.93%
B=42.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032342490.590.0600.02186.1692.4169.02
Hex67EAF93B602ba5c45
Octal14735237173602272134105
Binary110011111101010111110011110111100101011101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,234,249); }

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

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

 a { background-color: rgb(103,234,249); }

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

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

 span { border-color: rgb(103,234,249); }

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