Html Css Color HEX #66DBEB Turquoise Blue

📋 copy color: '#66DBEB'

red 102 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #66DBEB

Tints of Turquoise Blue #66DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.27%

R = 18.35%
G = 39.39%
B = 42.27%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66DBEB (or 0x66DBEB) is known color: Turquoise Blue. HEX triplet: 66, DB and EB. RGB value is (102,219,235). Sum of RGB (Red+Green+Blue) = 102+219+235=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #66DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBEB is #992414. Grayscale: #B9B9B9. Windows color (decimal): -10036245 or 15457126. OLE color: 15457126.

HSL color Cylindrical-coordinate representation of color #66DBEB: hue angle of 187.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DBEB is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 219 235 -
CMYK 0.57 0.07 0 0.08
HSL 187.22º 0.77% 0.66% -
HSV(B) 187.22º 0.57% 0.92% -
XYZ 45.81 59.49 87.66 -
YUV 185.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 102 219 235 0.57 0.07 0 0.08 187.22 0.77 0.66
Hex 66 DB EB 39 7 0 8 BB 4D 42
Octal 146 333 353 71 7 0 10 273 115 102
Binary 1100110 11011011 11101011 111001 111 0 1000 10111011 1001101 1000010

Color Harmonies of #66DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBEB

Black with #66DBEB

Text Example


Text Example

White with #66DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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