Html Css Color HEX #17CED1 Dark Turquoise

📋 copy color: '#17CED1'

red 23 ◦ green 206 ◦ blue 209

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

Shades of Dark Turquoise #17CED1

Tints of Dark Turquoise #17CED1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.03%

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 5.25%
G = 47.03%
B = 47.72%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#17CED1 (or 0x17CED1) is known color: Dark Turquoise. HEX triplet: 17, CE and D1. RGB value is (23,206,209). Sum of RGB (Red+Green+Blue) = 23+206+209=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #17CED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CED1 is #E8312E. Grayscale: #979797. Windows color (decimal): -15216943 or 13749783. OLE color: 13749783.

HSL color Cylindrical-coordinate representation of color #17CED1: hue angle of 180.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CED1 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 23 206 209 -
CMYK 0.89 0.01 0 0.18
HSL 180.97º 0.8% 0.45% -
HSV(B) 180.97º 0.89% 0.82% -
XYZ 33.93 48.93 67.98 -
YUV 151.63 160.37 36.26 -
System Red Green Blue C M Y K H S L
Decimal 23 206 209 0.89 0.01 0 0.18 180.97 0.8 0.45
Hex 17 CE D1 59 1 0 12 B5 50 2D
Octal 27 316 321 131 1 0 22 265 120 55
Binary 10111 11001110 11010001 1011001 1 0 10010 10110101 1010000 101101

Color Harmonies of #17CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CED1

Black with #17CED1

Text Example


Text Example

White with #17CED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,206,209); }

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

background-color css

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

 a { background-color: rgb(23,206,209); }

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

border-color css

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

 span { border-color: rgb(23,206,209); }

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