Html Css Color HEX #31FBE5 Turquoise

📋 copy color: '#31FBE5'

red 49 ◦ green 251 ◦ blue 229

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

Shades of Turquoise #31FBE5

Tints of Turquoise #31FBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 9.26%
G = 47.45%
B = 43.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#31FBE5 (or 0x31FBE5) is known color: Turquoise. HEX triplet: 31, FB and E5. RGB value is (49,251,229). Sum of RGB (Red+Green+Blue) = 49+251+229=529 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.26% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBE5 is #CE041A. Grayscale: #BBBBBB. Windows color (decimal): -13501467 or 15072049. OLE color: 15072049.

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

Color convert

RGB 49 251 229 -
CMYK 0.80 0 0.09 0.02
HSL 173.47º 0.96% 0.59% -
HSV(B) 173.47º 0.8% 0.98% -
XYZ 49.91 75.3 86.03 -
YUV 188.09 151.08 28.79 -
System Red Green Blue C M Y K H S L
Decimal 49 251 229 0.80 0 0.09 0.02 173.47 0.96 0.59
Hex 31 FB E5 50 0 9 2 AD 60 3B
Octal 61 373 345 120 0 11 2 255 140 73
Binary 110001 11111011 11100101 1010000 0 1001 10 10101101 1100000 111011

Color Harmonies of #31FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FBE5

Black with #31FBE5

Text Example


Text Example

White with #31FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,251,229); }

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

background-color css

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

 a { background-color: rgb(49,251,229); }

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

border-color css

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

 span { border-color: rgb(49,251,229); }

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