Html Css Color HEX #11E0CC Bright Turquoise

📋 copy color: '#11E0CC'

red 17 ◦ green 224 ◦ blue 204

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

Shades of Bright Turquoise #11E0CC

Tints of Bright Turquoise #11E0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 3.82%
G = 50.34%
B = 45.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#11E0CC (or 0x11E0CC) is known color: Bright Turquoise. HEX triplet: 11, E0 and CC. RGB value is (17,224,204). Sum of RGB (Red+Green+Blue) = 17+224+204=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #11E0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E0CC is #EE1F33. Grayscale: #9F9F9F. Windows color (decimal): -15605556 or 13426705. OLE color: 13426705.

HSL color Cylindrical-coordinate representation of color #11E0CC: hue angle of 174.2º 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 #11E0CC is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 224 204 -
CMYK 0.92 0 0.09 0.12
HSL 174.2º 0.86% 0.47% -
HSV(B) 174.2º 0.92% 0.88% -
XYZ 37.79 57.79 66.29 -
YUV 159.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 17 224 204 0.92 0 0.09 0.12 174.2 0.86 0.47
Hex 11 E0 CC 5C 0 9 C AE 56 2F
Octal 21 340 314 134 0 11 14 256 126 57
Binary 10001 11100000 11001100 1011100 0 1001 1100 10101110 1010110 101111

Color Harmonies of #11E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E0CC

Black with #11E0CC

Text Example


Text Example

White with #11E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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