Html Css Color HEX #17EACE Bright Turquoise

📋 copy color: '#17EACE'

red 23 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #17EACE

Tints of Bright Turquoise #17EACE

RGB

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

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

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

R = 4.97%
G = 50.54%
B = 44.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#17EACE (or 0x17EACE) is known color: Bright Turquoise. HEX triplet: 17, EA and CE. RGB value is (23,234,206). Sum of RGB (Red+Green+Blue) = 23+234+206=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #17EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EACE is #E81531. Grayscale: #A7A7A7. Windows color (decimal): -15209778 or 13560343. OLE color: 13560343.

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

Color convert

RGB 23 234 206 -
CMYK 0.90 0 0.12 0.08
HSL 172.04º 0.83% 0.5% -
HSV(B) 172.04º 0.9% 0.92% -
XYZ 40.92 63.48 68.49 -
YUV 167.72 149.6 24.78 -
System Red Green Blue C M Y K H S L
Decimal 23 234 206 0.90 0 0.12 0.08 172.04 0.83 0.5
Hex 17 EA CE 5A 0 C 8 AC 53 32
Octal 27 352 316 132 0 14 10 254 123 62
Binary 10111 11101010 11001110 1011010 0 1100 1000 10101100 1010011 110010

Color Harmonies of #17EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EACE

Black with #17EACE

Text Example


Text Example

White with #17EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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