Html Css Color HEX #17CFCE Dark Turquoise

📋 copy color: '#17CFCE'

red 23 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #17CFCE

Tints of Dark Turquoise #17CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

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

R = 5.28%
G = 47.48%
B = 47.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#17CFCE (or 0x17CFCE) is known color: Dark Turquoise. HEX triplet: 17, CF and CE. RGB value is (23,207,206). Sum of RGB (Red+Green+Blue) = 23+207+206=436 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.28% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #17CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFCE is #E83031. Grayscale: #979797. Windows color (decimal): -15216690 or 13553431. OLE color: 13553431.

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

Color convert

RGB 23 207 206 -
CMYK 0.89 0 0.00 0.19
HSL 179.67º 0.8% 0.45% -
HSV(B) 179.67º 0.89% 0.81% -
XYZ 33.81 49.26 66.12 -
YUV 151.87 158.54 36.08 -
System Red Green Blue C M Y K H S L
Decimal 23 207 206 0.89 0 0.00 0.19 179.67 0.8 0.45
Hex 17 CF CE 59 0 0 13 B4 50 2D
Octal 27 317 316 131 0 0 23 264 120 55
Binary 10111 11001111 11001110 1011001 0 0 10011 10110100 1010000 101101

Color Harmonies of #17CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CFCE

Black with #17CFCE

Text Example


Text Example

White with #17CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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