Html Css Color HEX #11CCE2 Dark Turquoise

📋 copy color: '#11CCE2'

red 17 ◦ green 204 ◦ blue 226

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

Shades of Dark Turquoise #11CCE2

Tints of Dark Turquoise #11CCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

 BLUE value IS 226 (88.67% from 255) = 50.56%

R = 3.8%
G = 45.64%
B = 50.56%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#11CCE2 (or 0x11CCE2) is known color: Dark Turquoise. HEX triplet: 11, CC and E2. RGB value is (17,204,226). Sum of RGB (Red+Green+Blue) = 17+204+226=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #11CCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CCE2 is #EE331D. Grayscale: #969696. Windows color (decimal): -15610654 or 14863377. OLE color: 14863377.

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

Color convert

RGB 17 204 226 -
CMYK 0.92 0.10 0 0.11
HSL 186.32º 0.86% 0.48% -
HSV(B) 186.32º 0.92% 0.89% -
XYZ 35.55 48.8 79.5 -
YUV 150.6 170.55 32.71 -
System Red Green Blue C M Y K H S L
Decimal 17 204 226 0.92 0.10 0 0.11 186.32 0.86 0.48
Hex 11 CC E2 5C A 0 B BA 56 30
Octal 21 314 342 134 12 0 13 272 126 60
Binary 10001 11001100 11100010 1011100 1010 0 1011 10111010 1010110 110000

Color Harmonies of #11CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CCE2

Black with #11CCE2

Text Example


Text Example

White with #11CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,204,226); }

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

background-color css

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

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

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

border-color css

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

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

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