Html Css Color HEX #17D2E0 Dark Turquoise

📋 copy color: '#17D2E0'

red 23 ◦ green 210 ◦ blue 224

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

Shades of Dark Turquoise #17D2E0

Tints of Dark Turquoise #17D2E0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 224 (87.89% from 255) = 49.02%

R = 5.03%
G = 45.95%
B = 49.02%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#17D2E0 (or 0x17D2E0) is known color: Dark Turquoise. HEX triplet: 17, D2 and E0. RGB value is (23,210,224). Sum of RGB (Red+Green+Blue) = 23+210+224=457 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.03% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #17D2E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D2E0 is #E82D1F. Grayscale: #9B9B9B. Windows color (decimal): -15215904 or 14733847. OLE color: 14733847.

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

Color convert

RGB 23 210 224 -
CMYK 0.90 0.06 0 0.12
HSL 184.18º 0.81% 0.48% -
HSV(B) 184.18º 0.9% 0.88% -
XYZ 36.85 51.66 78.55 -
YUV 155.68 166.55 33.36 -
System Red Green Blue C M Y K H S L
Decimal 23 210 224 0.90 0.06 0 0.12 184.18 0.81 0.48
Hex 17 D2 E0 5A 6 0 C B8 51 30
Octal 27 322 340 132 6 0 14 270 121 60
Binary 10111 11010010 11100000 1011010 110 0 1100 10111000 1010001 110000

Color Harmonies of #17D2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D2E0

Black with #17D2E0

Text Example


Text Example

White with #17D2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,210,224); }

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

background-color css

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

 a { background-color: rgb(23,210,224); }

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

border-color css

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

 span { border-color: rgb(23,210,224); }

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