Html Css Color HEX #17CFDC Dark Turquoise

📋 copy color: '#17CFDC'

red 23 ◦ green 207 ◦ blue 220

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

Shades of Dark Turquoise #17CFDC

Tints of Dark Turquoise #17CFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 5.11%
G = 46%
B = 48.89%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17CFDC (or 0x17CFDC) is known color: Dark Turquoise. HEX triplet: 17, CF and DC. RGB value is (23,207,220). Sum of RGB (Red+Green+Blue) = 23+207+220=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #17CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFDC is #E83023. Grayscale: #999999. Windows color (decimal): -15216676 or 14470935. OLE color: 14470935.

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

Color convert

RGB 23 207 220 -
CMYK 0.90 0.06 0 0.14
HSL 183.96º 0.81% 0.48% -
HSV(B) 183.96º 0.9% 0.86% -
XYZ 35.58 49.98 75.48 -
YUV 153.47 165.54 34.94 -
System Red Green Blue C M Y K H S L
Decimal 23 207 220 0.90 0.06 0 0.14 183.96 0.81 0.48
Hex 17 CF DC 5A 6 0 E B8 51 30
Octal 27 317 334 132 6 0 16 270 121 60
Binary 10111 11001111 11011100 1011010 110 0 1110 10111000 1010001 110000

Color Harmonies of #17CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CFDC

Black with #17CFDC

Text Example


Text Example

White with #17CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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