Html Css Color HEX #11DECE Bright Turquoise

📋 copy color: '#11DECE'

red 17 ◦ green 222 ◦ blue 206

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

Shades of Bright Turquoise #11DECE

Tints of Bright Turquoise #11DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 3.82%
G = 49.89%
B = 46.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#11DECE (or 0x11DECE) is known color: Bright Turquoise. HEX triplet: 11, DE and CE. RGB value is (17,222,206). Sum of RGB (Red+Green+Blue) = 17+222+206=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #11DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DECE is #EE2131. Grayscale: #9E9E9E. Windows color (decimal): -15606066 or 13557265. OLE color: 13557265.

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

Color convert

RGB 17 222 206 -
CMYK 0.92 0 0.07 0.13
HSL 175.32º 0.86% 0.47% -
HSV(B) 175.32º 0.92% 0.87% -
XYZ 37.49 56.82 67.38 -
YUV 158.88 154.58 26.8 -
System Red Green Blue C M Y K H S L
Decimal 17 222 206 0.92 0 0.07 0.13 175.32 0.86 0.47
Hex 11 DE CE 5C 0 7 D AF 56 2F
Octal 21 336 316 134 0 7 15 257 126 57
Binary 10001 11011110 11001110 1011100 0 111 1101 10101111 1010110 101111

Color Harmonies of #11DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DECE

Black with #11DECE

Text Example


Text Example

White with #11DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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