Html Css Color HEX #11CDE0 Dark Turquoise

📋 copy color: '#11CDE0'

red 17 ◦ green 205 ◦ blue 224

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

Shades of Dark Turquoise #11CDE0

Tints of Dark Turquoise #11CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

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

R = 3.81%
G = 45.96%
B = 50.22%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#11CDE0 (or 0x11CDE0) is known color: Dark Turquoise. HEX triplet: 11, CD and E0. RGB value is (17,205,224). Sum of RGB (Red+Green+Blue) = 17+205+224=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #11CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDE0 is #EE321F. Grayscale: #969696. Windows color (decimal): -15610400 or 14732561. OLE color: 14732561.

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

Color convert

RGB 17 205 224 -
CMYK 0.92 0.08 0 0.12
HSL 185.51º 0.86% 0.47% -
HSV(B) 185.51º 0.92% 0.88% -
XYZ 35.52 49.16 78.14 -
YUV 150.95 169.22 32.46 -
System Red Green Blue C M Y K H S L
Decimal 17 205 224 0.92 0.08 0 0.12 185.51 0.86 0.47
Hex 11 CD E0 5C 8 0 C BA 56 2F
Octal 21 315 340 134 10 0 14 272 126 57
Binary 10001 11001101 11100000 1011100 1000 0 1100 10111010 1010110 101111

Color Harmonies of #11CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CDE0

Black with #11CDE0

Text Example


Text Example

White with #11CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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