Html Css Color HEX #11DDD4 Bright Turquoise

📋 copy color: '#11DDD4'

red 17 ◦ green 221 ◦ blue 212

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

Shades of Bright Turquoise #11DDD4

Tints of Bright Turquoise #11DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 3.78%
G = 49.11%
B = 47.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#11DDD4 (or 0x11DDD4) is known color: Bright Turquoise. HEX triplet: 11, DD and D4. RGB value is (17,221,212). Sum of RGB (Red+Green+Blue) = 17+221+212=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDD4 is #EE222B. Grayscale: #9E9E9E. Windows color (decimal): -15606316 or 13950225. OLE color: 13950225.

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

Color convert

RGB 17 221 212 -
CMYK 0.92 0 0.04 0.13
HSL 177.35º 0.86% 0.47% -
HSV(B) 177.35º 0.92% 0.87% -
XYZ 37.97 56.59 71.21 -
YUV 158.98 157.91 26.73 -
System Red Green Blue C M Y K H S L
Decimal 17 221 212 0.92 0 0.04 0.13 177.35 0.86 0.47
Hex 11 DD D4 5C 0 4 D B1 56 2F
Octal 21 335 324 134 0 4 15 261 126 57
Binary 10001 11011101 11010100 1011100 0 100 1101 10110001 1010110 101111

Color Harmonies of #11DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDD4

Black with #11DDD4

Text Example


Text Example

White with #11DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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