Html Css Color HEX #17EACC Bright Turquoise

📋 copy color: '#17EACC'

red 23 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #17EACC

Tints of Bright Turquoise #17EACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 4.99%
G = 50.76%
B = 44.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#17EACC (or 0x17EACC) is known color: Bright Turquoise. HEX triplet: 17, EA and CC. RGB value is (23,234,204). Sum of RGB (Red+Green+Blue) = 23+234+204=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #17EACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EACC is #E81533. Grayscale: #A7A7A7. Windows color (decimal): -15209780 or 13429271. OLE color: 13429271.

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

Color convert

RGB 23 234 204 -
CMYK 0.90 0 0.13 0.08
HSL 171.47º 0.83% 0.5% -
HSV(B) 171.47º 0.9% 0.92% -
XYZ 40.68 63.39 67.22 -
YUV 167.49 148.6 24.94 -
System Red Green Blue C M Y K H S L
Decimal 23 234 204 0.90 0 0.13 0.08 171.47 0.83 0.5
Hex 17 EA CC 5A 0 D 8 AB 53 32
Octal 27 352 314 132 0 15 10 253 123 62
Binary 10111 11101010 11001100 1011010 0 1101 1000 10101011 1010011 110010

Color Harmonies of #17EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EACC

Black with #17EACC

Text Example


Text Example

White with #17EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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