Html Css Color HEX #11DDD0 Bright Turquoise

📋 copy color: '#11DDD0'

red 17 ◦ green 221 ◦ blue 208

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

Shades of Bright Turquoise #11DDD0

Tints of Bright Turquoise #11DDD0

RGB

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

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

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

R = 3.81%
G = 49.55%
B = 46.64%

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

#11DDD0 (or 0x11DDD0) is known color: Bright Turquoise. HEX triplet: 11, DD and D0. RGB value is (17,221,208). Sum of RGB (Red+Green+Blue) = 17+221+208=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDD0 is #EE222F. Grayscale: #9E9E9E. Windows color (decimal): -15606320 or 13688081. OLE color: 13688081.

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

Color convert

RGB 17 221 208 -
CMYK 0.92 0 0.06 0.13
HSL 176.18º 0.86% 0.47% -
HSV(B) 176.18º 0.92% 0.87% -
XYZ 37.47 56.39 68.58 -
YUV 158.52 155.91 27.06 -
System Red Green Blue C M Y K H S L
Decimal 17 221 208 0.92 0 0.06 0.13 176.18 0.86 0.47
Hex 11 DD D0 5C 0 6 D B0 56 2F
Octal 21 335 320 134 0 6 15 260 126 57
Binary 10001 11011101 11010000 1011100 0 110 1101 10110000 1010110 101111

Color Harmonies of #11DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDD0

Black with #11DDD0

Text Example


Text Example

White with #11DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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