Html Css Color HEX #17EAC4 Bright Turquoise

📋 copy color: '#17EAC4'

red 23 ◦ green 234 ◦ blue 196

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

Shades of Bright Turquoise #17EAC4

Tints of Bright Turquoise #17EAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 5.08%
G = 51.66%
B = 43.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#17EAC4 (or 0x17EAC4) is known color: Bright Turquoise. HEX triplet: 17, EA and C4. RGB value is (23,234,196). Sum of RGB (Red+Green+Blue) = 23+234+196=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAC4 is #E8153B. Grayscale: #A6A6A6. Windows color (decimal): -15209788 or 12904983. OLE color: 12904983.

HSL color Cylindrical-coordinate representation of color #17EAC4: hue angle of 169.19º 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 #17EAC4 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 234 196 -
CMYK 0.90 0 0.16 0.08
HSL 169.19º 0.83% 0.5% -
HSV(B) 169.19º 0.9% 0.92% -
XYZ 39.74 63.01 62.29 -
YUV 166.58 144.6 25.59 -
System Red Green Blue C M Y K H S L
Decimal 23 234 196 0.90 0 0.16 0.08 169.19 0.83 0.5
Hex 17 EA C4 5A 0 10 8 A9 53 32
Octal 27 352 304 132 0 20 10 251 123 62
Binary 10111 11101010 11000100 1011010 0 10000 1000 10101001 1010011 110010

Color Harmonies of #17EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EAC4

Black with #17EAC4

Text Example


Text Example

White with #17EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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