Html Css Color HEX #17E8EB Bright Turquoise

📋 copy color: '#17E8EB'

red 23 ◦ green 232 ◦ blue 235

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

Shades of Bright Turquoise #17E8EB

Tints of Bright Turquoise #17E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.35%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 4.69%
G = 47.35%
B = 47.96%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17E8EB (or 0x17E8EB) is known color: Bright Turquoise. HEX triplet: 17, E8 and EB. RGB value is (23,232,235). Sum of RGB (Red+Green+Blue) = 23+232+235=490 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.69% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #17E8EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17E8EB is #E81714. Grayscale: #A9A9A9. Windows color (decimal): -15210261 or 15460375. OLE color: 15460375.

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

Color convert

RGB 23 232 235 -
CMYK 0.90 0.01 0 0.08
HSL 180.85º 0.84% 0.51% -
HSV(B) 180.85º 0.9% 0.92% -
XYZ 44.21 63.89 88.6 -
YUV 169.85 164.76 23.26 -
System Red Green Blue C M Y K H S L
Decimal 23 232 235 0.90 0.01 0 0.08 180.85 0.84 0.51
Hex 17 E8 EB 5A 1 0 8 B5 54 33
Octal 27 350 353 132 1 0 10 265 124 63
Binary 10111 11101000 11101011 1011010 1 0 1000 10110101 1010100 110011

Color Harmonies of #17E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E8EB

Black with #17E8EB

Text Example


Text Example

White with #17E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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