#66CBD4

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

Shades of Turquoise Blue #66CBD4

Tints of Turquoise Blue #66CBD4

Color information

#66CBD4 (or 0x66CBD4) is unknown color: approx Turquoise Blue. HEX triplet: 66, CB and D4. RGB value is (102,203,212). Sum of RGB (Red+Green+Blue) = 102+203+212=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #66CBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBD4 is #99342B. Grayscale: #ADADAD. Windows color (decimal): -10040364 or 13945702. OLE color: 13945702.

HSL color Cylindrical-coordinate representation of color #66CBD4: hue angle of 184.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66CBD4 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102203212-
CMYK0.520.0400.17
HSL184.91º56.12%61.57%-
HSV(B)184.91º51.89%83.14%-
XYZ38.7250.2969.95-
YUV173.83149.5476.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=19.73%
G=39.26%
B=41.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022032120.520.0400.17184.9156.1261.57
Hex66CBD4344011b9383e
Octal1463133246440212717076
Binary1100110110010111101010011010010001000110111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CBD4; }

 p { color: rgb(102,203,212); }

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

<style>
 a { background-color: #66CBD4; }

 a { background-color: rgb(102,203,212); }

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

<style>
 span { border-color: #66CBD4; }

 span { border-color: rgb(102,203,212); }

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