Html Css Color HEX #11DCE0 Bright Turquoise

📋 copy color: '#11DCE0'

red 17 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #11DCE0

Tints of Bright Turquoise #11DCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 3.69%
G = 47.72%
B = 48.59%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#11DCE0 (or 0x11DCE0) is known color: Bright Turquoise. HEX triplet: 11, DC and E0. RGB value is (17,220,224). Sum of RGB (Red+Green+Blue) = 17+220+224=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #11DCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCE0 is #EE231F. Grayscale: #9F9F9F. Windows color (decimal): -15606560 or 14736401. OLE color: 14736401.

HSL color Cylindrical-coordinate representation of color #11DCE0: hue angle of 181.16º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCE0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 220 224 -
CMYK 0.92 0.02 0 0.12
HSL 181.16º 0.86% 0.47% -
HSV(B) 181.16º 0.92% 0.88% -
XYZ 39.28 56.69 79.39 -
YUV 159.76 164.25 26.17 -
System Red Green Blue C M Y K H S L
Decimal 17 220 224 0.92 0.02 0 0.12 181.16 0.86 0.47
Hex 11 DC E0 5C 2 0 C B5 56 2F
Octal 21 334 340 134 2 0 14 265 126 57
Binary 10001 11011100 11100000 1011100 10 0 1100 10110101 1010110 101111

Color Harmonies of #11DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCE0

Black with #11DCE0

Text Example


Text Example

White with #11DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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