#67DEEC

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

Shades of Turquoise Blue #67DEEC

Tints of Turquoise Blue #67DEEC

Color information

#67DEEC (or 0x67DEEC) is unknown color: approx Turquoise Blue. HEX triplet: 67, DE and EC. RGB value is (103,222,236). Sum of RGB (Red+Green+Blue) = 103+222+236=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #67DEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DEEC is #982113. Grayscale: #BBBBBB. Windows color (decimal): -9969940 or 15523431. OLE color: 15523431.

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

Color convert

RGB103222236-
CMYK0.560.0600.07
HSL186.32º77.78%66.47%-
HSV(B)186.32º56.36%92.55%-
XYZ46.8661.1888.7-
YUV188.02155.0867.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.36%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=18.36%
G=39.57%
B=42.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032222360.560.0600.07186.3277.7866.47
Hex67DEEC38607ba4e42
Octal14733635470607272116102
Binary1100111110111101110110011100011001111011101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,222,236); }

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

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

 a { background-color: rgb(103,222,236); }

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

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

 span { border-color: rgb(103,222,236); }

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