Html Css Color HEX #31FAE5 Turquoise

📋 copy color: '#31FAE5'

red 49 ◦ green 250 ◦ blue 229

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

Shades of Turquoise #31FAE5

Tints of Turquoise #31FAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

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

R = 9.28%
G = 47.35%
B = 43.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#31FAE5 (or 0x31FAE5) is known color: Turquoise. HEX triplet: 31, FA and E5. RGB value is (49,250,229). Sum of RGB (Red+Green+Blue) = 49+250+229=528 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.28% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FAE5 is #CE051A. Grayscale: #BBBBBB. Windows color (decimal): -13501723 or 15071793. OLE color: 15071793.

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

Color convert

RGB 49 250 229 -
CMYK 0.80 0 0.08 0.02
HSL 173.73º 0.95% 0.59% -
HSV(B) 173.73º 0.8% 0.98% -
XYZ 49.6 74.68 85.93 -
YUV 187.51 151.41 29.21 -
System Red Green Blue C M Y K H S L
Decimal 49 250 229 0.80 0 0.08 0.02 173.73 0.95 0.59
Hex 31 FA E5 50 0 8 2 AE 5F 3B
Octal 61 372 345 120 0 10 2 256 137 73
Binary 110001 11111010 11100101 1010000 0 1000 10 10101110 1011111 111011

Color Harmonies of #31FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FAE5

Black with #31FAE5

Text Example


Text Example

White with #31FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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