Html Css Color HEX #17E0D7 Bright Turquoise

📋 copy color: '#17E0D7'

red 23 ◦ green 224 ◦ blue 215

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

Shades of Bright Turquoise #17E0D7

Tints of Bright Turquoise #17E0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.48%

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 4.98%
G = 48.48%
B = 46.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#17E0D7 (or 0x17E0D7) is known color: Bright Turquoise. HEX triplet: 17, E0 and D7. RGB value is (23,224,215). Sum of RGB (Red+Green+Blue) = 23+224+215=462 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.98% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #17E0D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E0D7 is #E81F28. Grayscale: #A2A2A2. Windows color (decimal): -15212329 or 14147607. OLE color: 14147607.

HSL color Cylindrical-coordinate representation of color #17E0D7: hue angle of 177.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E0D7 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 224 215 -
CMYK 0.90 0 0.04 0.12
HSL 177.31º 0.81% 0.48% -
HSV(B) 177.31º 0.9% 0.88% -
XYZ 39.27 58.4 73.49 -
YUV 162.88 157.41 28.23 -
System Red Green Blue C M Y K H S L
Decimal 23 224 215 0.90 0 0.04 0.12 177.31 0.81 0.48
Hex 17 E0 D7 5A 0 4 C B1 51 30
Octal 27 340 327 132 0 4 14 261 121 60
Binary 10111 11100000 11010111 1011010 0 100 1100 10110001 1010001 110000

Color Harmonies of #17E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E0D7

Black with #17E0D7

Text Example


Text Example

White with #17E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,224,215); }

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

background-color css

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

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

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

border-color css

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

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

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