Html Css Color HEX #11E1CD Bright Turquoise

📋 copy color: '#11E1CD'

red 17 ◦ green 225 ◦ blue 205

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

Shades of Bright Turquoise #11E1CD

Tints of Bright Turquoise #11E1CD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.34%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 3.8%
G = 50.34%
B = 45.86%

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

#11E1CD (or 0x11E1CD) is known color: Bright Turquoise. HEX triplet: 11, E1 and CD. RGB value is (17,225,205). Sum of RGB (Red+Green+Blue) = 17+225+205=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #11E1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E1CD is #EE1E32. Grayscale: #A0A0A0. Windows color (decimal): -15605299 or 13492497. OLE color: 13492497.

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

Color convert

RGB 17 225 205 -
CMYK 0.92 0 0.09 0.12
HSL 174.23º 0.86% 0.47% -
HSV(B) 174.23º 0.92% 0.88% -
XYZ 38.18 58.38 67.01 -
YUV 160.53 153.09 25.63 -
System Red Green Blue C M Y K H S L
Decimal 17 225 205 0.92 0 0.09 0.12 174.23 0.86 0.47
Hex 11 E1 CD 5C 0 9 C AE 56 2F
Octal 21 341 315 134 0 11 14 256 126 57
Binary 10001 11100001 11001101 1011100 0 1001 1100 10101110 1010110 101111

Color Harmonies of #11E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E1CD

Black with #11E1CD

Text Example


Text Example

White with #11E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,225,205); }

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

background-color css

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

 a { background-color: rgb(17,225,205); }

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

border-color css

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

 span { border-color: rgb(17,225,205); }

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