#67DAE9

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

Shades of Turquoise Blue #67DAE9

Tints of Turquoise Blue #67DAE9

Color information

#67DAE9 (or 0x67DAE9) is unknown color: approx Turquoise Blue. HEX triplet: 67, DA and E9. RGB value is (103,218,233). Sum of RGB (Red+Green+Blue) = 103+218+233=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #67DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DAE9 is #982516. Grayscale: #B9B9B9. Windows color (decimal): -9970967 or 15325799. OLE color: 15325799.

HSL color Cylindrical-coordinate representation of color #67DAE9: hue angle of 186.92º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67DAE9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB103218233-
CMYK0.560.0600.09
HSL186.92º74.71%65.88%-
HSV(B)186.92º55.79%91.37%-
XYZ45.3758.9186.07-
YUV185.32154.969.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.59%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 233 (91.41% from 255) = 42.06%
R=18.59%
G=39.35%
B=42.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1032182330.560.0600.09186.9274.7165.88
Hex67DAE938609bb4b42
Octal147332351706011273113102
Binary11001111101101011101001111000110010011011101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,218,233); }

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

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

 a { background-color: rgb(103,218,233); }

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

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

 span { border-color: rgb(103,218,233); }

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