Html Css Color HEX #66DBFB Turquoise Blue

📋 copy color: '#66DBFB'

red 102 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #66DBFB

Tints of Turquoise Blue #66DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 17.83%
G = 38.29%
B = 43.88%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66DBFB (or 0x66DBFB) is known color: Turquoise Blue. HEX triplet: 66, DB and FB. RGB value is (102,219,251). Sum of RGB (Red+Green+Blue) = 102+219+251=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #66DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBFB is #992404. Grayscale: #BBBBBB. Windows color (decimal): -10036229 or 16505702. OLE color: 16505702.

HSL color Cylindrical-coordinate representation of color #66DBFB: hue angle of 192.89º degrees, saturation: 0.95, 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 #66DBFB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 219 251 -
CMYK 0.59 0.13 0 0.02
HSL 192.89º 0.95% 0.69% -
HSV(B) 192.89º 0.59% 0.98% -
XYZ 48.22 60.45 100.39 -
YUV 187.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 102 219 251 0.59 0.13 0 0.02 192.89 0.95 0.69
Hex 66 DB FB 3B D 0 2 C1 5F 45
Octal 146 333 373 73 15 0 2 301 137 105
Binary 1100110 11011011 11111011 111011 1101 0 10 11000001 1011111 1000101

Color Harmonies of #66DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBFB

Black with #66DBFB

Text Example


Text Example

White with #66DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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