Html Css Color HEX #11CADD Dark Turquoise

📋 copy color: '#11CADD'

red 17 ◦ green 202 ◦ blue 221

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

Shades of Dark Turquoise #11CADD

Tints of Dark Turquoise #11CADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 3.86%
G = 45.91%
B = 50.23%

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

#11CADD (or 0x11CADD) is known color: Dark Turquoise. HEX triplet: 11, CA and DD. RGB value is (17,202,221). Sum of RGB (Red+Green+Blue) = 17+202+221=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #11CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CADD is #EE3522. Grayscale: #949494. Windows color (decimal): -15611171 or 14535185. OLE color: 14535185.

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

Color convert

RGB 17 202 221 -
CMYK 0.92 0.09 0 0.13
HSL 185.59º 0.86% 0.47% -
HSV(B) 185.59º 0.92% 0.87% -
XYZ 34.4 47.58 75.78 -
YUV 148.85 168.71 33.96 -
System Red Green Blue C M Y K H S L
Decimal 17 202 221 0.92 0.09 0 0.13 185.59 0.86 0.47
Hex 11 CA DD 5C 9 0 D BA 56 2F
Octal 21 312 335 134 11 0 15 272 126 57
Binary 10001 11001010 11011101 1011100 1001 0 1101 10111010 1010110 101111

Color Harmonies of #11CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CADD

Black with #11CADD

Text Example


Text Example

White with #11CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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