#66D6FC

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

Shades of Turquoise Blue #66D6FC

Tints of Turquoise Blue #66D6FC

Color information

#66D6FC (or 0x66D6FC) is unknown color: approx Turquoise Blue. HEX triplet: 66, D6 and FC. RGB value is (102,214,252). Sum of RGB (Red+Green+Blue) = 102+214+252=568 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.96% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #66D6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D6FC is #992903. Grayscale: #B8B8B8. Windows color (decimal): -10037508 or 16569958. OLE color: 16569958.

HSL color Cylindrical-coordinate representation of color #66D6FC: hue angle of 195.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66D6FC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102214252-
CMYK0.600.1500.01
HSL195.2º96.15%69.41%-
HSV(B)195.2º59.52%98.82%-
XYZ47.157.95100.8-
YUV184.84165.8968.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.96%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=17.96%
G=37.68%
B=44.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022142520.600.1500.01195.296.1569.41
Hex66D6FC3CF01c36045
Octal146326374741701303140105
Binary110011011010110111111001111001111011100001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,252); }

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

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

 a { background-color: rgb(102,214,252); }

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

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

 span { border-color: rgb(102,214,252); }

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