Html Css Color HEX #66D6FC Turquoise Blue

📋 copy color: '#66D6FC'

red 102 ◦ green 214 ◦ blue 252

#66D6FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #66D6FC

Tints of Turquoise Blue #66D6FC

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 value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66D6FC (or 0x66D6FC) is known color: 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

RGB 102 214 252 -
CMYK 0.60 0.15 0 0.01
HSL 195.2º 0.96% 0.69% -
HSV(B) 195.2º 0.6% 0.99% -
XYZ 47.1 57.95 100.8 -
YUV 184.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 102 214 252 0.60 0.15 0 0.01 195.2 0.96 0.69
Hex 66 D6 FC 3C F 0 1 C3 60 45
Octal 146 326 374 74 17 0 1 303 140 105
Binary 1100110 11010110 11111100 111100 1111 0 1 11000011 1100000 1000101

Color Harmonies of #66D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D6FC

Black with #66D6FC

Text Example


Text Example

White with #66D6FC

Text Example


Text Example

HTML Codes & Css Web 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>