Html Css Color HEX #11DED0 Bright Turquoise

📋 copy color: '#11DED0'

red 17 ◦ green 222 ◦ blue 208

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

Shades of Bright Turquoise #11DED0

Tints of Bright Turquoise #11DED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 3.8%
G = 49.66%
B = 46.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#11DED0 (or 0x11DED0) is known color: Bright Turquoise. HEX triplet: 11, DE and D0. RGB value is (17,222,208). Sum of RGB (Red+Green+Blue) = 17+222+208=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #11DED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DED0 is #EE212F. Grayscale: #9E9E9E. Windows color (decimal): -15606064 or 13688337. OLE color: 13688337.

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

Color convert

RGB 17 222 208 -
CMYK 0.92 0 0.06 0.13
HSL 175.9º 0.86% 0.47% -
HSV(B) 175.9º 0.92% 0.87% -
XYZ 37.74 56.92 68.67 -
YUV 159.11 155.58 26.64 -
System Red Green Blue C M Y K H S L
Decimal 17 222 208 0.92 0 0.06 0.13 175.9 0.86 0.47
Hex 11 DE D0 5C 0 6 D B0 56 2F
Octal 21 336 320 134 0 6 15 260 126 57
Binary 10001 11011110 11010000 1011100 0 110 1101 10110000 1010110 101111

Color Harmonies of #11DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DED0

Black with #11DED0

Text Example


Text Example

White with #11DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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