Html Css Color HEX #11DDD6 Bright Turquoise

📋 copy color: '#11DDD6'

red 17 ◦ green 221 ◦ blue 214

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

Shades of Bright Turquoise #11DDD6

Tints of Bright Turquoise #11DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 3.76%
G = 48.89%
B = 47.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#11DDD6 (or 0x11DDD6) is known color: Bright Turquoise. HEX triplet: 11, DD and D6. RGB value is (17,221,214). Sum of RGB (Red+Green+Blue) = 17+221+214=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDD6 is #EE2229. Grayscale: #9F9F9F. Windows color (decimal): -15606314 or 14081297. OLE color: 14081297.

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

Color convert

RGB 17 221 214 -
CMYK 0.92 0 0.03 0.13
HSL 177.94º 0.86% 0.47% -
HSV(B) 177.94º 0.92% 0.87% -
XYZ 38.23 56.69 72.55 -
YUV 159.21 158.91 26.57 -
System Red Green Blue C M Y K H S L
Decimal 17 221 214 0.92 0 0.03 0.13 177.94 0.86 0.47
Hex 11 DD D6 5C 0 3 D B2 56 2F
Octal 21 335 326 134 0 3 15 262 126 57
Binary 10001 11011101 11010110 1011100 0 11 1101 10110010 1010110 101111

Color Harmonies of #11DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDD6

Black with #11DDD6

Text Example


Text Example

White with #11DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,221,214); }

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

background-color css

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

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

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

border-color css

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

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

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