#67D8DE

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

Shades of Turquoise Blue #67D8DE

Tints of Turquoise Blue #67D8DE

Color information

#67D8DE (or 0x67D8DE) is unknown color: approx Turquoise Blue. HEX triplet: 67, D8 and DE. RGB value is (103,216,222). Sum of RGB (Red+Green+Blue) = 103+216+222=541 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.04% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #67D8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8DE is #982721. Grayscale: #B6B6B6. Windows color (decimal): -9971490 or 14604391. OLE color: 14604391.

HSL color Cylindrical-coordinate representation of color #67D8DE: hue angle of 183.03º 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 #67D8DE is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103216222-
CMYK0.540.0300.13
HSL183.03º64.32%63.73%-
HSV(B)183.03º53.6%87.06%-
XYZ43.3357.2777.88-
YUV182.9150.0671.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.04%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=19.04%
G=39.93%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032162220.540.0300.13183.0364.3263.73
Hex67D8DE3630Db74040
Octal147330336663015267100100
Binary1100111110110001101111011011011011011011011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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