Html Css Color HEX #11DFDF Bright Turquoise

📋 copy color: '#11DFDF'

red 17 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #11DFDF

Tints of Bright Turquoise #11DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 3.67%
G = 48.16%
B = 48.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11DFDF (or 0x11DFDF) is known color: Bright Turquoise. HEX triplet: 11, DF and DF. RGB value is (17,223,223). Sum of RGB (Red+Green+Blue) = 17+223+223=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #11DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DFDF is #EE2020. Grayscale: #A1A1A1. Windows color (decimal): -15605793 or 14671633. OLE color: 14671633.

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

Color convert

RGB 17 223 223 -
CMYK 0.92 0 0 0.13
HSL 180º 0.86% 0.47% -
HSV(B) 180º 0.92% 0.87% -
XYZ 39.94 58.22 78.95 -
YUV 161.41 162.75 25 -
System Red Green Blue C M Y K H S L
Decimal 17 223 223 0.92 0 0 0.13 180 0.86 0.47
Hex 11 DF DF 5C 0 0 D B4 56 2F
Octal 21 337 337 134 0 0 15 264 126 57
Binary 10001 11011111 11011111 1011100 0 0 1101 10110100 1010110 101111

Color Harmonies of #11DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DFDF

Black with #11DFDF

Text Example


Text Example

White with #11DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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