Html Css Color HEX #11DAD2 Bright Turquoise

📋 copy color: '#11DAD2'

red 17 ◦ green 218 ◦ blue 210

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

Shades of Bright Turquoise #11DAD2

Tints of Bright Turquoise #11DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.99%

 BLUE value IS 210 (82.42% from 255) = 47.19%

R = 3.82%
G = 48.99%
B = 47.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#11DAD2 (or 0x11DAD2) is known color: Bright Turquoise. HEX triplet: 11, DA and D2. RGB value is (17,218,210). Sum of RGB (Red+Green+Blue) = 17+218+210=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #11DAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DAD2 is #EE252D. Grayscale: #9C9C9C. Windows color (decimal): -15607086 or 13818385. OLE color: 13818385.

HSL color Cylindrical-coordinate representation of color #11DAD2: hue angle of 177.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DAD2 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 218 210 -
CMYK 0.92 0 0.04 0.15
HSL 177.61º 0.86% 0.46% -
HSV(B) 177.61º 0.92% 0.85% -
XYZ 36.94 54.92 69.63 -
YUV 156.99 157.91 28.15 -
System Red Green Blue C M Y K H S L
Decimal 17 218 210 0.92 0 0.04 0.15 177.61 0.86 0.46
Hex 11 DA D2 5C 0 4 F B2 56 2E
Octal 21 332 322 134 0 4 17 262 126 56
Binary 10001 11011010 11010010 1011100 0 100 1111 10110010 1010110 101110

Color Harmonies of #11DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DAD2

Black with #11DAD2

Text Example


Text Example

White with #11DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,218,210); }

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

background-color css

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

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

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

border-color css

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

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

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