Html Css Color HEX #11DCCE Bright Turquoise

📋 copy color: '#11DCCE'

red 17 ◦ green 220 ◦ blue 206

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

Shades of Bright Turquoise #11DCCE

Tints of Bright Turquoise #11DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.66%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 3.84%
G = 49.66%
B = 46.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#11DCCE (or 0x11DCCE) is known color: Bright Turquoise. HEX triplet: 11, DC and CE. RGB value is (17,220,206). Sum of RGB (Red+Green+Blue) = 17+220+206=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCCE is #EE2331. Grayscale: #9D9D9D. Windows color (decimal): -15606578 or 13556753. OLE color: 13556753.

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

Color convert

RGB 17 220 206 -
CMYK 0.92 0 0.06 0.14
HSL 175.86º 0.86% 0.46% -
HSV(B) 175.86º 0.92% 0.86% -
XYZ 36.96 55.76 67.21 -
YUV 157.71 155.25 27.64 -
System Red Green Blue C M Y K H S L
Decimal 17 220 206 0.92 0 0.06 0.14 175.86 0.86 0.46
Hex 11 DC CE 5C 0 6 E B0 56 2E
Octal 21 334 316 134 0 6 16 260 126 56
Binary 10001 11011100 11001110 1011100 0 110 1110 10110000 1010110 101110

Color Harmonies of #11DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCCE

Black with #11DCCE

Text Example


Text Example

White with #11DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,220,206); }

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

background-color css

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

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

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

border-color css

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

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

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