#66DFFA

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

Shades of Turquoise Blue #66DFFA

Tints of Turquoise Blue #66DFFA

Color information

#66DFFA (or 0x66DFFA) is unknown color: approx Turquoise Blue. HEX triplet: 66, DF and FA. RGB value is (102,223,250). Sum of RGB (Red+Green+Blue) = 102+223+250=575 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.74% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #66DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DFFA is #992005. Grayscale: #BDBDBD. Windows color (decimal): -10035206 or 16441190. OLE color: 16441190.

HSL color Cylindrical-coordinate representation of color #66DFFA: hue angle of 190.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66DFFA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102223250-
CMYK0.590.1100.02
HSL190.95º93.67%69.02%-
HSV(B)190.95º59.2%98.04%-
XYZ49.1262.599.92-
YUV189.9161.9165.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.74%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=17.74%
G=38.78%
B=43.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022232500.590.1100.02190.9593.6769.02
Hex66DFFA3BB02bf5e45
Octal146337372731302277136105
Binary1100110110111111111101011101110110101011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,223,250); }

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

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

 a { background-color: rgb(102,223,250); }

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

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

 span { border-color: rgb(102,223,250); }

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