Html Css Color HEX #11CEE5 Dark Turquoise

📋 copy color: '#11CEE5'

red 17 ◦ green 206 ◦ blue 229

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

Shades of Dark Turquoise #11CEE5

Tints of Dark Turquoise #11CEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

 BLUE value IS 229 (89.84% from 255) = 50.66%

R = 3.76%
G = 45.58%
B = 50.66%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#11CEE5 (or 0x11CEE5) is known color: Dark Turquoise. HEX triplet: 11, CE and E5. RGB value is (17,206,229). Sum of RGB (Red+Green+Blue) = 17+206+229=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #11CEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CEE5 is #EE311A. Grayscale: #979797. Windows color (decimal): -15610139 or 15060497. OLE color: 15060497.

HSL color Cylindrical-coordinate representation of color #11CEE5: hue angle of 186.51º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CEE5 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 206 229 -
CMYK 0.93 0.10 0 0.10
HSL 186.51º 0.86% 0.48% -
HSV(B) 186.51º 0.93% 0.9% -
XYZ 36.45 49.92 81.84 -
YUV 152.11 171.38 31.63 -
System Red Green Blue C M Y K H S L
Decimal 17 206 229 0.93 0.10 0 0.10 186.51 0.86 0.48
Hex 11 CE E5 5D A 0 A BB 56 30
Octal 21 316 345 135 12 0 12 273 126 60
Binary 10001 11001110 11100101 1011101 1010 0 1010 10111011 1010110 110000

Color Harmonies of #11CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CEE5

Black with #11CEE5

Text Example


Text Example

White with #11CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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