Html Css Color HEX #17E7EA Bright Turquoise

📋 copy color: '#17E7EA'

red 23 ◦ green 231 ◦ blue 234

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

Shades of Bright Turquoise #17E7EA

Tints of Bright Turquoise #17E7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.34%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 4.71%
G = 47.34%
B = 47.95%

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

#17E7EA (or 0x17E7EA) is known color: Bright Turquoise. HEX triplet: 17, E7 and EA. RGB value is (23,231,234). Sum of RGB (Red+Green+Blue) = 23+231+234=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #17E7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17E7EA is #E81815. Grayscale: #A8A8A8. Windows color (decimal): -15210518 or 15394583. OLE color: 15394583.

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

Color convert

RGB 23 231 234 -
CMYK 0.90 0.01 0 0.08
HSL 180.85º 0.83% 0.5% -
HSV(B) 180.85º 0.9% 0.92% -
XYZ 43.78 63.27 87.75 -
YUV 169.15 164.59 23.76 -
System Red Green Blue C M Y K H S L
Decimal 23 231 234 0.90 0.01 0 0.08 180.85 0.83 0.5
Hex 17 E7 EA 5A 1 0 8 B5 53 32
Octal 27 347 352 132 1 0 10 265 123 62
Binary 10111 11100111 11101010 1011010 1 0 1000 10110101 1010011 110010

Color Harmonies of #17E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E7EA

Black with #17E7EA

Text Example


Text Example

White with #17E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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