Html Css Color HEX #17DDCE Bright Turquoise

📋 copy color: '#17DDCE'

red 23 ◦ green 221 ◦ blue 206

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

Shades of Bright Turquoise #17DDCE

Tints of Bright Turquoise #17DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.11%

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

R = 5.11%
G = 49.11%
B = 45.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#17DDCE (or 0x17DDCE) is known color: Bright Turquoise. HEX triplet: 17, DD and CE. RGB value is (23,221,206). Sum of RGB (Red+Green+Blue) = 23+221+206=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #17DDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DDCE is #E82231. Grayscale: #9F9F9F. Windows color (decimal): -15213106 or 13557015. OLE color: 13557015.

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

Color convert

RGB 23 221 206 -
CMYK 0.90 0 0.07 0.13
HSL 175.45º 0.81% 0.48% -
HSV(B) 175.45º 0.9% 0.87% -
XYZ 37.35 56.35 67.3 -
YUV 160.09 153.9 30.22 -
System Red Green Blue C M Y K H S L
Decimal 23 221 206 0.90 0 0.07 0.13 175.45 0.81 0.48
Hex 17 DD CE 5A 0 7 D AF 51 30
Octal 27 335 316 132 0 7 15 257 121 60
Binary 10111 11011101 11001110 1011010 0 111 1101 10101111 1010001 110000

Color Harmonies of #17DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DDCE

Black with #17DDCE

Text Example


Text Example

White with #17DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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