Html Css Color HEX #66EFDB Turquoise Blue

📋 copy color: '#66EFDB'

red 102 ◦ green 239 ◦ blue 219

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

Shades of Turquoise Blue #66EFDB

Tints of Turquoise Blue #66EFDB

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#66EFDB (or 0x66EFDB) is known color: Turquoise Blue. HEX triplet: 66, EF and DB. RGB value is (102,239,219). Sum of RGB (Red+Green+Blue) = 102+239+219=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFDB is #991024. Grayscale: #C3C3C3. Windows color (decimal): -10031141 or 14413670. OLE color: 14413670.

HSL color Cylindrical-coordinate representation of color #66EFDB: hue angle of 171.24º 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 #66EFDB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 219 -
CMYK 0.57 0 0.08 0.06
HSL 171.24º 0.81% 0.67% -
HSV(B) 171.24º 0.57% 0.94% -
XYZ 49.13 69.67 77.88 -
YUV 195.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 102 239 219 0.57 0 0.08 0.06 171.24 0.81 0.67
Hex 66 EF DB 39 0 8 6 AB 51 43
Octal 146 357 333 71 0 10 6 253 121 103
Binary 1100110 11101111 11011011 111001 0 1000 110 10101011 1010001 1000011

Color Harmonies of #66EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFDB

Black with #66EFDB

Text Example


Text Example

White with #66EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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