Html Css Color HEX #17CCCF Dark Turquoise

📋 copy color: '#17CCCF'

red 23 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #17CCCF

Tints of Dark Turquoise #17CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 5.3%
G = 47%
B = 47.7%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#17CCCF (or 0x17CCCF) is known color: Dark Turquoise. HEX triplet: 17, CC and CF. RGB value is (23,204,207). Sum of RGB (Red+Green+Blue) = 23+204+207=434 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.30% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #17CCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CCCF is #E83330. Grayscale: #969696. Windows color (decimal): -15217457 or 13618199. OLE color: 13618199.

HSL color Cylindrical-coordinate representation of color #17CCCF: hue angle of 180.98º 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 #17CCCF is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 204 207 -
CMYK 0.89 0.01 0 0.19
HSL 180.98º 0.8% 0.45% -
HSV(B) 180.98º 0.89% 0.81% -
XYZ 33.21 47.87 66.52 -
YUV 150.22 160.03 37.26 -
System Red Green Blue C M Y K H S L
Decimal 23 204 207 0.89 0.01 0 0.19 180.98 0.8 0.45
Hex 17 CC CF 59 1 0 13 B5 50 2D
Octal 27 314 317 131 1 0 23 265 120 55
Binary 10111 11001100 11001111 1011001 1 0 10011 10110101 1010000 101101

Color Harmonies of #17CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CCCF

Black with #17CCCF

Text Example


Text Example

White with #17CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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