Html Css Color HEX #66DBEF Turquoise Blue

📋 copy color: '#66DBEF'

red 102 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #66DBEF

Tints of Turquoise Blue #66DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 18.21%
G = 39.11%
B = 42.68%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66DBEF (or 0x66DBEF) is known color: Turquoise Blue. HEX triplet: 66, DB and EF. RGB value is (102,219,239). Sum of RGB (Red+Green+Blue) = 102+219+239=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #66DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBEF is #992410. Grayscale: #BABABA. Windows color (decimal): -10036241 or 15719270. OLE color: 15719270.

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

Color convert

RGB 102 219 239 -
CMYK 0.57 0.08 0 0.06
HSL 188.76º 0.81% 0.67% -
HSV(B) 188.76º 0.57% 0.94% -
XYZ 46.39 59.72 90.74 -
YUV 186.3 157.74 67.87 -
System Red Green Blue C M Y K H S L
Decimal 102 219 239 0.57 0.08 0 0.06 188.76 0.81 0.67
Hex 66 DB EF 39 8 0 6 BD 51 43
Octal 146 333 357 71 10 0 6 275 121 103
Binary 1100110 11011011 11101111 111001 1000 0 110 10111101 1010001 1000011

Color Harmonies of #66DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBEF

Black with #66DBEF

Text Example


Text Example

White with #66DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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