Html Css Color HEX #31F9EF Turquoise

📋 copy color: '#31F9EF'

red 49 ◦ green 249 ◦ blue 239

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

Shades of Turquoise #31F9EF

Tints of Turquoise #31F9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 9.12%
G = 46.37%
B = 44.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#31F9EF (or 0x31F9EF) is known color: Turquoise. HEX triplet: 31, F9 and EF. RGB value is (49,249,239). Sum of RGB (Red+Green+Blue) = 49+249+239=537 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.12% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F9EF is #CE0610. Grayscale: #BBBBBB. Windows color (decimal): -13501969 or 15726897. OLE color: 15726897.

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

Color convert

RGB 49 249 239 -
CMYK 0.80 0 0.04 0.02
HSL 177º 0.94% 0.58% -
HSV(B) 177º 0.8% 0.98% -
XYZ 50.72 74.64 93.39 -
YUV 188.06 156.74 28.81 -
System Red Green Blue C M Y K H S L
Decimal 49 249 239 0.80 0 0.04 0.02 177 0.94 0.58
Hex 31 F9 EF 50 0 4 2 B1 5E 3A
Octal 61 371 357 120 0 4 2 261 136 72
Binary 110001 11111001 11101111 1010000 0 100 10 10110001 1011110 111010

Color Harmonies of #31F9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F9EF

Black with #31F9EF

Text Example


Text Example

White with #31F9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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