#67dee2

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

Shades of Turquoise Blue #67DEE2

Tints of Turquoise Blue #67DEE2

Color information

#67DEE2 (or 0x67DEE2) is unknown color: approx Turquoise Blue. HEX triplet: 67, DE and E2. RGB value is (103,222,226). Sum of RGB (Red+Green+Blue) = 103+222+226=551 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.69% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #67DEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DEE2 is #98211D. Grayscale: #BABABA. Windows color (decimal): -9969950 or 14868071. OLE color: 14868071.

HSL color Cylindrical-coordinate representation of color #67DEE2: hue angle of 181.95º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DEE2 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB103222226-
CMYK0.540.0200.11
HSL181.95º67.96%64.51%-
HSV(B)181.95º54.42%88.63%-
XYZ45.4460.6281.26-
YUV186.88150.0868.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.69%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 226 (88.67% from 255) = 41.02%
R=18.69%
G=40.29%
B=41.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1032222260.540.0200.11181.9567.9664.51
Hex67DEE23620Bb64441
Octal147336342662013266104101
Binary1100111110111101110001011011010010111011011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67dee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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