Html Css Color HEX #11CADE Dark Turquoise

📋 copy color: '#11CADE'

red 17 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #11CADE

Tints of Dark Turquoise #11CADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 3.85%
G = 45.8%
B = 50.34%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11CADE (or 0x11CADE) is known color: Dark Turquoise. HEX triplet: 11, CA and DE. RGB value is (17,202,222). Sum of RGB (Red+Green+Blue) = 17+202+222=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #11CADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CADE is #EE3521. Grayscale: #949494. Windows color (decimal): -15611170 or 14600721. OLE color: 14600721.

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

Color convert

RGB 17 202 222 -
CMYK 0.92 0.09 0 0.13
HSL 185.85º 0.86% 0.47% -
HSV(B) 185.85º 0.92% 0.87% -
XYZ 34.54 47.63 76.48 -
YUV 148.97 169.21 33.87 -
System Red Green Blue C M Y K H S L
Decimal 17 202 222 0.92 0.09 0 0.13 185.85 0.86 0.47
Hex 11 CA DE 5C 9 0 D BA 56 2F
Octal 21 312 336 134 11 0 15 272 126 57
Binary 10001 11001010 11011110 1011100 1001 0 1101 10111010 1010110 101111

Color Harmonies of #11CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CADE

Black with #11CADE

Text Example


Text Example

White with #11CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,202,222); }

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

background-color css

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

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

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

border-color css

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

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

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