#67CFDE

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

Shades of Turquoise Blue #67CFDE

Tints of Turquoise Blue #67CFDE

Color information

#67CFDE (or 0x67CFDE) is unknown color: approx Turquoise Blue. HEX triplet: 67, CF and DE. RGB value is (103,207,222). Sum of RGB (Red+Green+Blue) = 103+207+222=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #67CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFDE is #983021. Grayscale: #B1B1B1. Windows color (decimal): -9973794 or 14602087. OLE color: 14602087.

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

Color convert

RGB103207222-
CMYK0.540.0700.13
HSL187.56º64.32%63.73%-
HSV(B)187.56º53.6%87.06%-
XYZ41.0952.7877.13-
YUV177.61153.0474.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.36%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=19.36%
G=38.91%
B=41.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032072220.540.0700.13187.5664.3263.73
Hex67CFDE3670Dbc4040
Octal147317336667015274100100
Binary11001111100111111011110110110111011011011110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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