#66D7F8

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

Shades of Turquoise Blue #66D7F8

Tints of Turquoise Blue #66D7F8

Color information

#66D7F8 (or 0x66D7F8) is unknown color: approx Turquoise Blue. HEX triplet: 66, D7 and F8. RGB value is (102,215,248). Sum of RGB (Red+Green+Blue) = 102+215+248=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #66D7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D7F8 is #992807. Grayscale: #B8B8B8. Windows color (decimal): -10037256 or 16308070. OLE color: 16308070.

HSL color Cylindrical-coordinate representation of color #66D7F8: hue angle of 193.56º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D7F8 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102215248-
CMYK0.590.1300.03
HSL193.56º91.25%68.63%-
HSV(B)193.56º58.87%97.25%-
XYZ46.7258.297.58-
YUV184.98163.5668.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.05%
GREEN value IS 215 (84.38% from 255) = 38.05%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=18.05%
G=38.05%
B=43.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022152480.590.1300.03193.5691.2568.63
Hex66D7F83BD03c25b45
Octal146327370731503302133105
Binary1100110110101111111100011101111010111100001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,215,248); }

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

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

 a { background-color: rgb(102,215,248); }

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

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

 span { border-color: rgb(102,215,248); }

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