Html Css Color HEX #11DECA Bright Turquoise

📋 copy color: '#11DECA'

red 17 ◦ green 222 ◦ blue 202

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

Shades of Bright Turquoise #11DECA

Tints of Bright Turquoise #11DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

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

R = 3.85%
G = 50.34%
B = 45.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#11DECA (or 0x11DECA) is known color: Bright Turquoise. HEX triplet: 11, DE and CA. RGB value is (17,222,202). Sum of RGB (Red+Green+Blue) = 17+222+202=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #11DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DECA is #EE2135. Grayscale: #9E9E9E. Windows color (decimal): -15606070 or 13295121. OLE color: 13295121.

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

Color convert

RGB 17 222 202 -
CMYK 0.92 0 0.09 0.13
HSL 174.15º 0.86% 0.47% -
HSV(B) 174.15º 0.92% 0.87% -
XYZ 37.01 56.63 64.86 -
YUV 158.43 152.58 27.13 -
System Red Green Blue C M Y K H S L
Decimal 17 222 202 0.92 0 0.09 0.13 174.15 0.86 0.47
Hex 11 DE CA 5C 0 9 D AE 56 2F
Octal 21 336 312 134 0 11 15 256 126 57
Binary 10001 11011110 11001010 1011100 0 1001 1101 10101110 1010110 101111

Color Harmonies of #11DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DECA

Black with #11DECA

Text Example


Text Example

White with #11DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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