Html Css Color HEX #31F9EC Turquoise

📋 copy color: '#31F9EC'

red 49 ◦ green 249 ◦ blue 236

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

Shades of Turquoise #31F9EC

Tints of Turquoise #31F9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 9.18%
G = 46.63%
B = 44.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#31F9EC (or 0x31F9EC) is known color: Turquoise. HEX triplet: 31, F9 and EC. RGB value is (49,249,236). Sum of RGB (Red+Green+Blue) = 49+249+236=534 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.18% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F9EC is #CE0613. Grayscale: #BBBBBB. Windows color (decimal): -13501972 or 15530289. OLE color: 15530289.

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

Color convert

RGB 49 249 236 -
CMYK 0.80 0 0.05 0.02
HSL 176.1º 0.94% 0.58% -
HSV(B) 176.1º 0.8% 0.98% -
XYZ 50.28 74.46 91.08 -
YUV 187.72 155.24 29.06 -
System Red Green Blue C M Y K H S L
Decimal 49 249 236 0.80 0 0.05 0.02 176.1 0.94 0.58
Hex 31 F9 EC 50 0 5 2 B0 5E 3A
Octal 61 371 354 120 0 5 2 260 136 72
Binary 110001 11111001 11101100 1010000 0 101 10 10110000 1011110 111010

Color Harmonies of #31F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F9EC

Black with #31F9EC

Text Example


Text Example

White with #31F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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