Html Css Color HEX #17CADC Dark Turquoise

📋 copy color: '#17CADC'

red 23 ◦ green 202 ◦ blue 220

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

Shades of Dark Turquoise #17CADC

Tints of Dark Turquoise #17CADC

RGB

 RED value IS 23 (9.38% from 255) = 5.17%

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 5.17%
G = 45.39%
B = 49.44%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17CADC (or 0x17CADC) is known color: Dark Turquoise. HEX triplet: 17, CA and DC. RGB value is (23,202,220). Sum of RGB (Red+Green+Blue) = 23+202+220=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #17CADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CADC is #E83523. Grayscale: #969696. Windows color (decimal): -15217956 or 14469655. OLE color: 14469655.

HSL color Cylindrical-coordinate representation of color #17CADC: hue angle of 185.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CADC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 202 220 -
CMYK 0.90 0.08 0 0.14
HSL 185.48º 0.81% 0.48% -
HSV(B) 185.48º 0.9% 0.86% -
XYZ 34.39 47.59 75.08 -
YUV 150.53 167.2 37.04 -
System Red Green Blue C M Y K H S L
Decimal 23 202 220 0.90 0.08 0 0.14 185.48 0.81 0.48
Hex 17 CA DC 5A 8 0 E B9 51 30
Octal 27 312 334 132 10 0 16 271 121 60
Binary 10111 11001010 11011100 1011010 1000 0 1110 10111001 1010001 110000

Color Harmonies of #17CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CADC

Black with #17CADC

Text Example


Text Example

White with #17CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17CADC; }

 p { color: rgb(23,202,220); }

 H1.HeaderClassName
 {
   color: #17CADC;
 }
 .AnyTagClassName
 {
   color: #17CADC;
 }
</style>

background-color css

<style>
 a { background-color: #17CADC; }

 a { background-color: rgb(23,202,220); }

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

border-color css

<style>
 span { border-color: #17CADC; }

 span { border-color: rgb(23,202,220); }

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