Html Css Color HEX #66E3DA Turquoise Blue

📋 copy color: '#66E3DA'

red 102 ◦ green 227 ◦ blue 218

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

Shades of Turquoise Blue #66E3DA

Tints of Turquoise Blue #66E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

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

R = 18.65%
G = 41.5%
B = 39.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#66E3DA (or 0x66E3DA) is known color: Turquoise Blue. HEX triplet: 66, E3 and DA. RGB value is (102,227,218). Sum of RGB (Red+Green+Blue) = 102+227+218=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #66E3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E3DA is #991C25. Grayscale: #BCBCBC. Windows color (decimal): -10034214 or 14345062. OLE color: 14345062.

HSL color Cylindrical-coordinate representation of color #66E3DA: hue angle of 175.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E3DA is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 227 218 -
CMYK 0.55 0 0.04 0.11
HSL 175.68º 0.69% 0.65% -
HSV(B) 175.68º 0.55% 0.89% -
XYZ 45.6 62.82 76.05 -
YUV 188.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 102 227 218 0.55 0 0.04 0.11 175.68 0.69 0.65
Hex 66 E3 DA 37 0 4 B B0 45 41
Octal 146 343 332 67 0 4 13 260 105 101
Binary 1100110 11100011 11011010 110111 0 100 1011 10110000 1000101 1000001

Color Harmonies of #66E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E3DA

Black with #66E3DA

Text Example


Text Example

White with #66E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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