Html Css Color HEX #31F8D9 Turquoise

📋 copy color: '#31F8D9'

red 49 ◦ green 248 ◦ blue 217

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

Shades of Turquoise #31F8D9

Tints of Turquoise #31F8D9

RGB

 RED value IS 49 (19.53% from 255) = 9.53%

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

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 9.53%
G = 48.25%
B = 42.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#31F8D9 (or 0x31F8D9) is known color: Turquoise. HEX triplet: 31, F8 and D9. RGB value is (49,248,217). Sum of RGB (Red+Green+Blue) = 49+248+217=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #31F8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F8D9 is #CE0726. Grayscale: #B8B8B8. Windows color (decimal): -13502247 or 14284849. OLE color: 14284849.

HSL color Cylindrical-coordinate representation of color #31F8D9: hue angle of 170.65º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F8D9 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 248 217 -
CMYK 0.80 0 0.12 0.03
HSL 170.65º 0.93% 0.58% -
HSV(B) 170.65º 0.8% 0.97% -
XYZ 47.36 72.8 77.2 -
YUV 184.97 146.07 31.02 -
System Red Green Blue C M Y K H S L
Decimal 49 248 217 0.80 0 0.12 0.03 170.65 0.93 0.58
Hex 31 F8 D9 50 0 C 3 AB 5D 3A
Octal 61 370 331 120 0 14 3 253 135 72
Binary 110001 11111000 11011001 1010000 0 1100 11 10101011 1011101 111010

Color Harmonies of #31F8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F8D9

Black with #31F8D9

Text Example


Text Example

White with #31F8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31F8D9; }

 p { color: rgb(49,248,217); }

 H1.HeaderClassName
 {
   color: #31F8D9;
 }
 .AnyTagClassName
 {
   color: #31F8D9;
 }
</style>

background-color css

<style>
 a { background-color: #31F8D9; }

 a { background-color: rgb(49,248,217); }

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

border-color css

<style>
 span { border-color: #31F8D9; }

 span { border-color: rgb(49,248,217); }

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