Html Css Color HEX #31FDD9 Turquoise

📋 copy color: '#31FDD9'

red 49 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #31FDD9

Tints of Turquoise #31FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

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

R = 9.44%
G = 48.75%
B = 41.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#31FDD9 (or 0x31FDD9) is known color: Turquoise. HEX triplet: 31, FD and D9. RGB value is (49,253,217). Sum of RGB (Red+Green+Blue) = 49+253+217=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDD9 is #CE0226. Grayscale: #BBBBBB. Windows color (decimal): -13500967 or 14286129. OLE color: 14286129.

HSL color Cylindrical-coordinate representation of color #31FDD9: hue angle of 169.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FDD9 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 217 -
CMYK 0.81 0 0.14 0.01
HSL 169.41º 0.98% 0.59% -
HSV(B) 169.41º 0.81% 0.99% -
XYZ 48.92 75.91 77.72 -
YUV 187.9 144.41 28.93 -
System Red Green Blue C M Y K H S L
Decimal 49 253 217 0.81 0 0.14 0.01 169.41 0.98 0.59
Hex 31 FD D9 51 0 E 1 A9 62 3B
Octal 61 375 331 121 0 16 1 251 142 73
Binary 110001 11111101 11011001 1010001 0 1110 1 10101001 1100010 111011

Color Harmonies of #31FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FDD9

Black with #31FDD9

Text Example


Text Example

White with #31FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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