Html Css Color HEX #17EAED Bright Turquoise

📋 copy color: '#17EAED'

red 23 ◦ green 234 ◦ blue 237

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

Shades of Bright Turquoise #17EAED

Tints of Bright Turquoise #17EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 4.66%
G = 47.37%
B = 47.98%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#17EAED (or 0x17EAED) is known color: Bright Turquoise. HEX triplet: 17, EA and ED. RGB value is (23,234,237). Sum of RGB (Red+Green+Blue) = 23+234+237=494 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.66% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #17EAED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EAED is #E81512. Grayscale: #ABABAB. Windows color (decimal): -15209747 or 15591959. OLE color: 15591959.

HSL color Cylindrical-coordinate representation of color #17EAED: hue angle of 180.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EAED is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 234 237 -
CMYK 0.90 0.01 0 0.07
HSL 180.84º 0.86% 0.51% -
HSV(B) 180.84º 0.9% 0.93% -
XYZ 45.06 65.14 90.32 -
YUV 171.25 165.1 22.26 -
System Red Green Blue C M Y K H S L
Decimal 23 234 237 0.90 0.01 0 0.07 180.84 0.86 0.51
Hex 17 EA ED 5A 1 0 7 B5 56 33
Octal 27 352 355 132 1 0 7 265 126 63
Binary 10111 11101010 11101101 1011010 1 0 111 10110101 1010110 110011

Color Harmonies of #17EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EAED

Black with #17EAED

Text Example


Text Example

White with #17EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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