Html Css Color HEX #11DAD3 Bright Turquoise

📋 copy color: '#11DAD3'

red 17 ◦ green 218 ◦ blue 211

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

Shades of Bright Turquoise #11DAD3

Tints of Bright Turquoise #11DAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.31%

R = 3.81%
G = 48.88%
B = 47.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#11DAD3 (or 0x11DAD3) is known color: Bright Turquoise. HEX triplet: 11, DA and D3. RGB value is (17,218,211). Sum of RGB (Red+Green+Blue) = 17+218+211=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #11DAD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DAD3 is #EE252C. Grayscale: #9C9C9C. Windows color (decimal): -15607085 or 13883921. OLE color: 13883921.

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

Color convert

RGB 17 218 211 -
CMYK 0.92 0 0.03 0.15
HSL 177.91º 0.86% 0.46% -
HSV(B) 177.91º 0.92% 0.85% -
XYZ 37.06 54.97 70.28 -
YUV 157.1 158.41 28.07 -
System Red Green Blue C M Y K H S L
Decimal 17 218 211 0.92 0 0.03 0.15 177.91 0.86 0.46
Hex 11 DA D3 5C 0 3 F B2 56 2E
Octal 21 332 323 134 0 3 17 262 126 56
Binary 10001 11011010 11010011 1011100 0 11 1111 10110010 1010110 101110

Color Harmonies of #11DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DAD3

Black with #11DAD3

Text Example


Text Example

White with #11DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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