Html Css Color HEX #17EBBA Bright Turquoise

📋 copy color: '#17EBBA'

red 23 ◦ green 235 ◦ blue 186

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

Shades of Bright Turquoise #17EBBA

Tints of Bright Turquoise #17EBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.93%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 5.18%
G = 52.93%
B = 41.89%

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

#17EBBA (or 0x17EBBA) is known color: Bright Turquoise. HEX triplet: 17, EB and BA. RGB value is (23,235,186). Sum of RGB (Red+Green+Blue) = 23+235+186=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBBA is #E81445. Grayscale: #A6A6A6. Windows color (decimal): -15209542 or 12249879. OLE color: 12249879.

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

Color convert

RGB 23 235 186 -
CMYK 0.90 0 0.21 0.08
HSL 166.13º 0.84% 0.51% -
HSV(B) 166.13º 0.9% 0.92% -
XYZ 38.92 63.14 56.59 -
YUV 166.03 139.26 25.98 -
System Red Green Blue C M Y K H S L
Decimal 23 235 186 0.90 0 0.21 0.08 166.13 0.84 0.51
Hex 17 EB BA 5A 0 15 8 A6 54 33
Octal 27 353 272 132 0 25 10 246 124 63
Binary 10111 11101011 10111010 1011010 0 10101 1000 10100110 1010100 110011

Color Harmonies of #17EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EBBA

Black with #17EBBA

Text Example


Text Example

White with #17EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,235,186); }

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

background-color css

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

 a { background-color: rgb(23,235,186); }

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

border-color css

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

 span { border-color: rgb(23,235,186); }

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