#67DED9

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

Shades of Turquoise Blue #67DED9

Tints of Turquoise Blue #67DED9

Color information

#67DED9 (or 0x67DED9) is unknown color: approx Turquoise Blue. HEX triplet: 67, DE and D9. RGB value is (103,222,217). Sum of RGB (Red+Green+Blue) = 103+222+217=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #67DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DED9 is #982126. Grayscale: #B9B9B9. Windows color (decimal): -9969959 or 14278247. OLE color: 14278247.

HSL color Cylindrical-coordinate representation of color #67DED9: hue angle of 177.48º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DED9 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB103222217-
CMYK0.5400.020.13
HSL177.48º64.32%63.73%-
HSV(B)177.48º53.6%87.06%-
XYZ44.2460.1474.92-
YUV185.85145.5868.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.00%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=19.00%
G=40.96%
B=40.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032222170.5400.020.13177.4864.3263.73
Hex67DED93602Db14040
Octal147336331660215261100100
Binary1100111110111101101100111011001011011011000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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