Html Css Color HEX #11E0CA Bright Turquoise

📋 copy color: '#11E0CA'

red 17 ◦ green 224 ◦ blue 202

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

Shades of Bright Turquoise #11E0CA

Tints of Bright Turquoise #11E0CA

RGB

 RED value IS 17 (7.03% from 255) = 3.84%

 GREEN value IS 224 (87.89% from 255) = 50.56%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 3.84%
G = 50.56%
B = 45.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#11E0CA (or 0x11E0CA) is known color: Bright Turquoise. HEX triplet: 11, E0 and CA. RGB value is (17,224,202). Sum of RGB (Red+Green+Blue) = 17+224+202=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #11E0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E0CA is #EE1F35. Grayscale: #9F9F9F. Windows color (decimal): -15605558 or 13295633. OLE color: 13295633.

HSL color Cylindrical-coordinate representation of color #11E0CA: hue angle of 173.62º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E0CA is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 224 202 -
CMYK 0.92 0 0.10 0.12
HSL 173.62º 0.86% 0.47% -
HSV(B) 173.62º 0.92% 0.88% -
XYZ 37.55 57.69 65.03 -
YUV 159.6 151.92 26.29 -
System Red Green Blue C M Y K H S L
Decimal 17 224 202 0.92 0 0.10 0.12 173.62 0.86 0.47
Hex 11 E0 CA 5C 0 A C AE 56 2F
Octal 21 340 312 134 0 12 14 256 126 57
Binary 10001 11100000 11001010 1011100 0 1010 1100 10101110 1010110 101111

Color Harmonies of #11E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E0CA

Black with #11E0CA

Text Example


Text Example

White with #11E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11E0CA; }

 p { color: rgb(17,224,202); }

 H1.HeaderClassName
 {
   color: #11E0CA;
 }
 .AnyTagClassName
 {
   color: #11E0CA;
 }
</style>

background-color css

<style>
 a { background-color: #11E0CA; }

 a { background-color: rgb(17,224,202); }

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

border-color css

<style>
 span { border-color: #11E0CA; }

 span { border-color: rgb(17,224,202); }

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