Html Css Color HEX #31FFD9 Turquoise

📋 copy color: '#31FFD9'

red 49 ◦ green 255 ◦ blue 217

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

Shades of Turquoise #31FFD9

Tints of Turquoise #31FFD9

RGB

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

 GREEN value IS 255 (100% from 255) = 48.94%

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

R = 9.4%
G = 48.94%
B = 41.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#31FFD9 (or 0x31FFD9) is known color: Turquoise. HEX triplet: 31, FF and D9. RGB value is (49,255,217). Sum of RGB (Red+Green+Blue) = 49+255+217=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFD9 is #CE0026. Grayscale: #BDBDBD. Windows color (decimal): -13500455 or 14286641. OLE color: 14286641.

HSL color Cylindrical-coordinate representation of color #31FFD9: hue angle of 168.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFD9 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 49 255 217 -
CMYK 0.81 0 0.15 0
HSL 168.93º 1% 0.6% -
HSV(B) 168.93º 0.81% 1% -
XYZ 49.55 77.18 77.93 -
YUV 189.07 143.75 28.09 -
System Red Green Blue C M Y K H S L
Decimal 49 255 217 0.81 0 0.15 0 168.93 1 0.6
Hex 31 FF D9 51 0 F 0 A9 64 3C
Octal 61 377 331 121 0 17 0 251 144 74
Binary 110001 11111111 11011001 1010001 0 1111 0 10101001 1100100 111100

Color Harmonies of #31FFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FFD9

Black with #31FFD9

Text Example


Text Example

White with #31FFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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