Html Css Color HEX #66DBFF Turquoise Blue

📋 copy color: '#66DBFF'

red 102 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #66DBFF

Tints of Turquoise Blue #66DBFF

RGB

 RED value IS 102 (40.23% from 255) = 17.71%

 GREEN value IS 219 (85.94% from 255) = 38.02%

 BLUE value IS 255 (100% from 255) = 44.27%

R = 17.71%
G = 38.02%
B = 44.27%

CMYK

 C value IS 0.6

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66DBFF (or 0x66DBFF) is known color: Turquoise Blue. HEX triplet: 66, DB and FF. RGB value is (102,219,255). Sum of RGB (Red+Green+Blue) = 102+219+255=576 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.71% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #66DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBFF is #992400. Grayscale: #BBBBBB. Windows color (decimal): -10036225 or 16767846. OLE color: 16767846.

HSL color Cylindrical-coordinate representation of color #66DBFF: hue angle of 194.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DBFF is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 219 255 -
CMYK 0.6 0.14 0 0
HSL 194.12º 1% 0.7% -
HSV(B) 194.12º 0.6% 1% -
XYZ 48.86 60.71 103.75 -
YUV 188.12 165.74 66.57 -
System Red Green Blue C M Y K H S L
Decimal 102 219 255 0.6 0.14 0 0 194.12 1 0.7
Hex 66 DB FF 3C E 0 0 C2 64 46
Octal 146 333 377 74 16 0 0 302 144 106
Binary 1100110 11011011 11111111 111100 1110 0 0 11000010 1100100 1000110

Color Harmonies of #66DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBFF

Black with #66DBFF

Text Example


Text Example

White with #66DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,255); }

 H1.HeaderClassName
 {
   color: #66DBFF;
 }
 .AnyTagClassName
 {
   color: #66DBFF;
 }
</style>

background-color css

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

 a { background-color: rgb(102,219,255); }

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

border-color css

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

 span { border-color: rgb(102,219,255); }

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