Html Css Color HEX #66EBDA Turquoise Blue

📋 copy color: '#66EBDA'

red 102 ◦ green 235 ◦ blue 218

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

Shades of Turquoise Blue #66EBDA

Tints of Turquoise Blue #66EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.34%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 18.38%
G = 42.34%
B = 39.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#66EBDA (or 0x66EBDA) is known color: Turquoise Blue. HEX triplet: 66, EB and DA. RGB value is (102,235,218). Sum of RGB (Red+Green+Blue) = 102+235+218=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EBDA is #991425. Grayscale: #C1C1C1. Windows color (decimal): -10032166 or 14347110. OLE color: 14347110.

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

Color convert

RGB 102 235 218 -
CMYK 0.57 0 0.07 0.08
HSL 172.33º 0.77% 0.66% -
HSV(B) 172.33º 0.57% 0.92% -
XYZ 47.84 67.3 76.8 -
YUV 193.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 102 235 218 0.57 0 0.07 0.08 172.33 0.77 0.66
Hex 66 EB DA 39 0 7 8 AC 4D 42
Octal 146 353 332 71 0 7 10 254 115 102
Binary 1100110 11101011 11011010 111001 0 111 1000 10101100 1001101 1000010

Color Harmonies of #66EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EBDA

Black with #66EBDA

Text Example


Text Example

White with #66EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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