Html Css Color HEX #17F8D5 Bright Turquoise

📋 copy color: '#17F8D5'

red 23 ◦ green 248 ◦ blue 213

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

Shades of Bright Turquoise #17F8D5

Tints of Bright Turquoise #17F8D5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.24%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 4.75%
G = 51.24%
B = 44.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#17F8D5 (or 0x17F8D5) is known color: Bright Turquoise. HEX triplet: 17, F8 and D5. RGB value is (23,248,213). Sum of RGB (Red+Green+Blue) = 23+248+213=484 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.75% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #17F8D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F8D5 is #E8072A. Grayscale: #B0B0B0. Windows color (decimal): -15206187 or 14022679. OLE color: 14022679.

HSL color Cylindrical-coordinate representation of color #17F8D5: hue angle of 170.67º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F8D5 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 23 248 213 -
CMYK 0.91 0 0.14 0.03
HSL 170.67º 0.94% 0.53% -
HSV(B) 170.67º 0.91% 0.97% -
XYZ 45.93 72.12 74.45 -
YUV 176.74 148.46 18.35 -
System Red Green Blue C M Y K H S L
Decimal 23 248 213 0.91 0 0.14 0.03 170.67 0.94 0.53
Hex 17 F8 D5 5B 0 E 3 AB 5E 35
Octal 27 370 325 133 0 16 3 253 136 65
Binary 10111 11111000 11010101 1011011 0 1110 11 10101011 1011110 110101

Color Harmonies of #17F8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F8D5

Black with #17F8D5

Text Example


Text Example

White with #17F8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,248,213); }

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

background-color css

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

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

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

border-color css

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

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

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