Html Css Color HEX #17EEDD Bright Turquoise

📋 copy color: '#17EEDD'

red 23 ◦ green 238 ◦ blue 221

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

Shades of Bright Turquoise #17EEDD

Tints of Bright Turquoise #17EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

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

R = 4.77%
G = 49.38%
B = 45.85%

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

#17EEDD (or 0x17EEDD) is known color: Bright Turquoise. HEX triplet: 17, EE and DD. RGB value is (23,238,221). Sum of RGB (Red+Green+Blue) = 23+238+221=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #17EEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EEDD is #E81122. Grayscale: #ABABAB. Windows color (decimal): -15208739 or 14544407. OLE color: 14544407.

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

Color convert

RGB 23 238 221 -
CMYK 0.90 0 0.07 0.07
HSL 175.26º 0.86% 0.51% -
HSV(B) 175.26º 0.9% 0.93% -
XYZ 43.98 66.55 78.93 -
YUV 171.78 155.77 21.88 -
System Red Green Blue C M Y K H S L
Decimal 23 238 221 0.90 0 0.07 0.07 175.26 0.86 0.51
Hex 17 EE DD 5A 0 7 7 AF 56 33
Octal 27 356 335 132 0 7 7 257 126 63
Binary 10111 11101110 11011101 1011010 0 111 111 10101111 1010110 110011

Color Harmonies of #17EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EEDD

Black with #17EEDD

Text Example


Text Example

White with #17EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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