Html Css Color HEX #17DEC8 Bright Turquoise

📋 copy color: '#17DEC8'

red 23 ◦ green 222 ◦ blue 200

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

Shades of Bright Turquoise #17DEC8

Tints of Bright Turquoise #17DEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.89%

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 5.17%
G = 49.89%
B = 44.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#17DEC8 (or 0x17DEC8) is known color: Bright Turquoise. HEX triplet: 17, DE and C8. RGB value is (23,222,200). Sum of RGB (Red+Green+Blue) = 23+222+200=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #17DEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DEC8 is #E82137. Grayscale: #9F9F9F. Windows color (decimal): -15212856 or 13164055. OLE color: 13164055.

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

Color convert

RGB 23 222 200 -
CMYK 0.90 0 0.10 0.13
HSL 173.37º 0.81% 0.48% -
HSV(B) 173.37º 0.9% 0.87% -
XYZ 36.9 56.59 63.62 -
YUV 159.99 150.57 30.29 -
System Red Green Blue C M Y K H S L
Decimal 23 222 200 0.90 0 0.10 0.13 173.37 0.81 0.48
Hex 17 DE C8 5A 0 A D AD 51 30
Octal 27 336 310 132 0 12 15 255 121 60
Binary 10111 11011110 11001000 1011010 0 1010 1101 10101101 1010001 110000

Color Harmonies of #17DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DEC8

Black with #17DEC8

Text Example


Text Example

White with #17DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,222,200); }

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

background-color css

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

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

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

border-color css

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

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

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