Html Css Color HEX #17EDDD Bright Turquoise

📋 copy color: '#17EDDD'

red 23 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #17EDDD

Tints of Bright Turquoise #17EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 4.78%
G = 49.27%
B = 45.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#17EDDD (or 0x17EDDD) is known color: Bright Turquoise. HEX triplet: 17, ED and DD. RGB value is (23,237,221). Sum of RGB (Red+Green+Blue) = 23+237+221=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDDD is #E81222. Grayscale: #ABABAB. Windows color (decimal): -15208995 or 14544151. OLE color: 14544151.

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

Color convert

RGB 23 237 221 -
CMYK 0.90 0 0.07 0.07
HSL 175.51º 0.86% 0.51% -
HSV(B) 175.51º 0.9% 0.93% -
XYZ 43.69 65.97 78.84 -
YUV 171.19 156.1 22.3 -
System Red Green Blue C M Y K H S L
Decimal 23 237 221 0.90 0 0.07 0.07 175.51 0.86 0.51
Hex 17 ED DD 5A 0 7 7 B0 56 33
Octal 27 355 335 132 0 7 7 260 126 63
Binary 10111 11101101 11011101 1011010 0 111 111 10110000 1010110 110011

Color Harmonies of #17EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EDDD

Black with #17EDDD

Text Example


Text Example

White with #17EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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