Html Css Color HEX #17CDE0 Dark Turquoise

📋 copy color: '#17CDE0'

red 23 ◦ green 205 ◦ blue 224

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

Shades of Dark Turquoise #17CDE0

Tints of Dark Turquoise #17CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 5.09%
G = 45.35%
B = 49.56%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#17CDE0 (or 0x17CDE0) is known color: Dark Turquoise. HEX triplet: 17, CD and E0. RGB value is (23,205,224). Sum of RGB (Red+Green+Blue) = 23+205+224=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #17CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDE0 is #E8321F. Grayscale: #989898. Windows color (decimal): -15217184 or 14732567. OLE color: 14732567.

HSL color Cylindrical-coordinate representation of color #17CDE0: hue angle of 185.67º 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 #17CDE0 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 205 224 -
CMYK 0.90 0.08 0 0.12
HSL 185.67º 0.81% 0.48% -
HSV(B) 185.67º 0.9% 0.88% -
XYZ 35.64 49.23 78.14 -
YUV 152.75 168.2 35.46 -
System Red Green Blue C M Y K H S L
Decimal 23 205 224 0.90 0.08 0 0.12 185.67 0.81 0.48
Hex 17 CD E0 5A 8 0 C BA 51 30
Octal 27 315 340 132 10 0 14 272 121 60
Binary 10111 11001101 11100000 1011010 1000 0 1100 10111010 1010001 110000

Color Harmonies of #17CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CDE0

Black with #17CDE0

Text Example


Text Example

White with #17CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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