Html Css Color HEX #31F7DA Turquoise

📋 copy color: '#31F7DA'

red 49 ◦ green 247 ◦ blue 218

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

Shades of Turquoise #31F7DA

Tints of Turquoise #31F7DA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.05%

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

R = 9.53%
G = 48.05%
B = 42.41%

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

#31F7DA (or 0x31F7DA) is known color: Turquoise. HEX triplet: 31, F7 and DA. RGB value is (49,247,218). Sum of RGB (Red+Green+Blue) = 49+247+218=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #31F7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F7DA is #CE0825. Grayscale: #B8B8B8. Windows color (decimal): -13502502 or 14350129. OLE color: 14350129.

HSL color Cylindrical-coordinate representation of color #31F7DA: hue angle of 171.21º 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 #31F7DA is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 247 218 -
CMYK 0.80 0 0.12 0.03
HSL 171.21º 0.93% 0.58% -
HSV(B) 171.21º 0.8% 0.97% -
XYZ 47.18 72.24 77.79 -
YUV 184.49 146.9 31.36 -
System Red Green Blue C M Y K H S L
Decimal 49 247 218 0.80 0 0.12 0.03 171.21 0.93 0.58
Hex 31 F7 DA 50 0 C 3 AB 5D 3A
Octal 61 367 332 120 0 14 3 253 135 72
Binary 110001 11110111 11011010 1010000 0 1100 11 10101011 1011101 111010

Color Harmonies of #31F7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F7DA

Black with #31F7DA

Text Example


Text Example

White with #31F7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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