Html Css Color HEX #31F9DA Turquoise

📋 copy color: '#31F9DA'

red 49 ◦ green 249 ◦ blue 218

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

Shades of Turquoise #31F9DA

Tints of Turquoise #31F9DA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 9.5%
G = 48.26%
B = 42.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#31F9DA (or 0x31F9DA) is known color: Turquoise. HEX triplet: 31, F9 and DA. RGB value is (49,249,218). Sum of RGB (Red+Green+Blue) = 49+249+218=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F9DA is #CE0625. Grayscale: #B9B9B9. Windows color (decimal): -13501990 or 14350641. OLE color: 14350641.

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

Color convert

RGB 49 249 218 -
CMYK 0.80 0 0.12 0.02
HSL 170.7º 0.94% 0.58% -
HSV(B) 170.7º 0.8% 0.98% -
XYZ 47.8 73.47 77.99 -
YUV 185.67 146.24 30.52 -
System Red Green Blue C M Y K H S L
Decimal 49 249 218 0.80 0 0.12 0.02 170.7 0.94 0.58
Hex 31 F9 DA 50 0 C 2 AB 5E 3A
Octal 61 371 332 120 0 14 2 253 136 72
Binary 110001 11111001 11011010 1010000 0 1100 10 10101011 1011110 111010

Color Harmonies of #31F9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F9DA

Black with #31F9DA

Text Example


Text Example

White with #31F9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,249,218); }

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

background-color css

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

 a { background-color: rgb(49,249,218); }

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

border-color css

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

 span { border-color: rgb(49,249,218); }

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