Html Css Color HEX #17D5CE Dark Turquoise

📋 copy color: '#17D5CE'

red 23 ◦ green 213 ◦ blue 206

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

Shades of Dark Turquoise #17D5CE

Tints of Dark Turquoise #17D5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.19%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 5.2%
G = 48.19%
B = 46.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#17D5CE (or 0x17D5CE) is known color: Dark Turquoise. HEX triplet: 17, D5 and CE. RGB value is (23,213,206). Sum of RGB (Red+Green+Blue) = 23+213+206=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #17D5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D5CE is #E82A31. Grayscale: #9B9B9B. Windows color (decimal): -15215154 or 13554967. OLE color: 13554967.

HSL color Cylindrical-coordinate representation of color #17D5CE: hue angle of 177.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D5CE is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 23 213 206 -
CMYK 0.89 0 0.03 0.16
HSL 177.79º 0.81% 0.46% -
HSV(B) 177.79º 0.89% 0.84% -
XYZ 35.29 52.23 66.61 -
YUV 155.39 156.55 33.57 -
System Red Green Blue C M Y K H S L
Decimal 23 213 206 0.89 0 0.03 0.16 177.79 0.81 0.46
Hex 17 D5 CE 59 0 3 10 B2 51 2E
Octal 27 325 316 131 0 3 20 262 121 56
Binary 10111 11010101 11001110 1011001 0 11 10000 10110010 1010001 101110

Color Harmonies of #17D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D5CE

Black with #17D5CE

Text Example


Text Example

White with #17D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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