Html Css Color HEX #11CADF Dark Turquoise

📋 copy color: '#11CADF'

red 17 ◦ green 202 ◦ blue 223

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

Shades of Dark Turquoise #11CADF

Tints of Dark Turquoise #11CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 3.85%
G = 45.7%
B = 50.45%

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

#11CADF (or 0x11CADF) is known color: Dark Turquoise. HEX triplet: 11, CA and DF. RGB value is (17,202,223). Sum of RGB (Red+Green+Blue) = 17+202+223=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #11CADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CADF is #EE3520. Grayscale: #949494. Windows color (decimal): -15611169 or 14666257. OLE color: 14666257.

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

Color convert

RGB 17 202 223 -
CMYK 0.92 0.09 0 0.13
HSL 186.12º 0.86% 0.47% -
HSV(B) 186.12º 0.92% 0.87% -
XYZ 34.67 47.69 77.19 -
YUV 149.08 169.71 33.79 -
System Red Green Blue C M Y K H S L
Decimal 17 202 223 0.92 0.09 0 0.13 186.12 0.86 0.47
Hex 11 CA DF 5C 9 0 D BA 56 2F
Octal 21 312 337 134 11 0 15 272 126 57
Binary 10001 11001010 11011111 1011100 1001 0 1101 10111010 1010110 101111

Color Harmonies of #11CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CADF

Black with #11CADF

Text Example


Text Example

White with #11CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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