Html Css Color HEX #66DBEE Turquoise Blue

📋 copy color: '#66DBEE'

red 102 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #66DBEE

Tints of Turquoise Blue #66DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 18.25%
G = 39.18%
B = 42.58%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66DBEE (or 0x66DBEE) is known color: Turquoise Blue. HEX triplet: 66, DB and EE. RGB value is (102,219,238). Sum of RGB (Red+Green+Blue) = 102+219+238=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #66DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBEE is #992411. Grayscale: #B9B9B9. Windows color (decimal): -10036242 or 15653734. OLE color: 15653734.

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

Color convert

RGB 102 219 238 -
CMYK 0.57 0.08 0 0.07
HSL 188.38º 0.8% 0.67% -
HSV(B) 188.38º 0.57% 0.93% -
XYZ 46.24 59.66 89.97 -
YUV 186.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 102 219 238 0.57 0.08 0 0.07 188.38 0.8 0.67
Hex 66 DB EE 39 8 0 7 BC 50 43
Octal 146 333 356 71 10 0 7 274 120 103
Binary 1100110 11011011 11101110 111001 1000 0 111 10111100 1010000 1000011

Color Harmonies of #66DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBEE

Black with #66DBEE

Text Example


Text Example

White with #66DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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