Html Css Color HEX #17E8D6 Bright Turquoise

📋 copy color: '#17E8D6'

red 23 ◦ green 232 ◦ blue 214

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

Shades of Bright Turquoise #17E8D6

Tints of Bright Turquoise #17E8D6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.47%

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 4.9%
G = 49.47%
B = 45.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#17E8D6 (or 0x17E8D6) is known color: Bright Turquoise. HEX triplet: 17, E8 and D6. RGB value is (23,232,214). Sum of RGB (Red+Green+Blue) = 23+232+214=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #17E8D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E8D6 is #E81729. Grayscale: #A7A7A7. Windows color (decimal): -15210282 or 14084119. OLE color: 14084119.

HSL color Cylindrical-coordinate representation of color #17E8D6: hue angle of 174.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E8D6 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 23 232 214 -
CMYK 0.90 0 0.08 0.09
HSL 174.83º 0.82% 0.5% -
HSV(B) 174.83º 0.9% 0.91% -
XYZ 41.35 62.75 73.55 -
YUV 167.46 154.26 24.96 -
System Red Green Blue C M Y K H S L
Decimal 23 232 214 0.90 0 0.08 0.09 174.83 0.82 0.5
Hex 17 E8 D6 5A 0 8 9 AF 52 32
Octal 27 350 326 132 0 10 11 257 122 62
Binary 10111 11101000 11010110 1011010 0 1000 1001 10101111 1010010 110010

Color Harmonies of #17E8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E8D6

Black with #17E8D6

Text Example


Text Example

White with #17E8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,232,214); }

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

background-color css

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

 a { background-color: rgb(23,232,214); }

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

border-color css

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

 span { border-color: rgb(23,232,214); }

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