Html Css Color HEX #17EDED Bright Turquoise

📋 copy color: '#17EDED'

red 23 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #17EDED

Tints of Bright Turquoise #17EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.69%

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

R = 4.63%
G = 47.69%
B = 47.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#17EDED (or 0x17EDED) is known color: Bright Turquoise. HEX triplet: 17, ED and ED. RGB value is (23,237,237). Sum of RGB (Red+Green+Blue) = 23+237+237=497 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.63% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #17EDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EDED is #E81212. Grayscale: #ACACAC. Windows color (decimal): -15208979 or 15592727. OLE color: 15592727.

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

Color convert

RGB 23 237 237 -
CMYK 0.90 0 0 0.07
HSL 180º 0.86% 0.51% -
HSV(B) 180º 0.9% 0.93% -
XYZ 45.92 66.86 90.61 -
YUV 173.01 164.1 21 -
System Red Green Blue C M Y K H S L
Decimal 23 237 237 0.90 0 0 0.07 180 0.86 0.51
Hex 17 ED ED 5A 0 0 7 B4 56 33
Octal 27 355 355 132 0 0 7 264 126 63
Binary 10111 11101101 11101101 1011010 0 0 111 10110100 1010110 110011

Color Harmonies of #17EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EDED

Black with #17EDED

Text Example


Text Example

White with #17EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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