Html Css Color HEX #11DEDE Bright Turquoise

📋 copy color: '#11DEDE'

red 17 ◦ green 222 ◦ blue 222

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

Shades of Bright Turquoise #11DEDE

Tints of Bright Turquoise #11DEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 3.69%
G = 48.16%
B = 48.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11DEDE (or 0x11DEDE) is known color: Bright Turquoise. HEX triplet: 11, DE and DE. RGB value is (17,222,222). Sum of RGB (Red+Green+Blue) = 17+222+222=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #11DEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEDE is #EE2121. Grayscale: #A0A0A0. Windows color (decimal): -15606050 or 14605841. OLE color: 14605841.

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

Color convert

RGB 17 222 222 -
CMYK 0.92 0 0 0.13
HSL 180º 0.86% 0.47% -
HSV(B) 180º 0.92% 0.87% -
XYZ 39.54 57.64 78.15 -
YUV 160.71 162.58 25.5 -
System Red Green Blue C M Y K H S L
Decimal 17 222 222 0.92 0 0 0.13 180 0.86 0.47
Hex 11 DE DE 5C 0 0 D B4 56 2F
Octal 21 336 336 134 0 0 15 264 126 57
Binary 10001 11011110 11011110 1011100 0 0 1101 10110100 1010110 101111

Color Harmonies of #11DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEDE

Black with #11DEDE

Text Example


Text Example

White with #11DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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