Html Css Color HEX #17EAB9 Bright Turquoise

📋 copy color: '#17EAB9'

red 23 ◦ green 234 ◦ blue 185

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

Shades of Bright Turquoise #17EAB9

Tints of Bright Turquoise #17EAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.94%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 5.2%
G = 52.94%
B = 41.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#17EAB9 (or 0x17EAB9) is known color: Bright Turquoise. HEX triplet: 17, EA and B9. RGB value is (23,234,185). Sum of RGB (Red+Green+Blue) = 23+234+185=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAB9 is #E81546. Grayscale: #A5A5A5. Windows color (decimal): -15209799 or 12184087. OLE color: 12184087.

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

Color convert

RGB 23 234 185 -
CMYK 0.90 0 0.21 0.08
HSL 166.07º 0.83% 0.5% -
HSV(B) 166.07º 0.9% 0.92% -
XYZ 38.53 62.53 55.94 -
YUV 165.33 139.1 26.48 -
System Red Green Blue C M Y K H S L
Decimal 23 234 185 0.90 0 0.21 0.08 166.07 0.83 0.5
Hex 17 EA B9 5A 0 15 8 A6 53 32
Octal 27 352 271 132 0 25 10 246 123 62
Binary 10111 11101010 10111001 1011010 0 10101 1000 10100110 1010011 110010

Color Harmonies of #17EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EAB9

Black with #17EAB9

Text Example


Text Example

White with #17EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,234,185); }

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

background-color css

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

 a { background-color: rgb(23,234,185); }

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

border-color css

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

 span { border-color: rgb(23,234,185); }

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