Html Css Color HEX #31E5FA Turquoise

📋 copy color: '#31E5FA'

red 49 ◦ green 229 ◦ blue 250

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

Shades of Turquoise #31E5FA

Tints of Turquoise #31E5FA

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31E5FA (or 0x31E5FA) is known color: Turquoise. HEX triplet: 31, E5 and FA. RGB value is (49,229,250). Sum of RGB (Red+Green+Blue) = 49+229+250=528 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.28% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #31E5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E5FA is #CE1A05. Grayscale: #B1B1B1. Windows color (decimal): -13507078 or 16442673. OLE color: 16442673.

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

Color convert

RGB 49 229 250 -
CMYK 0.80 0.08 0 0.02
HSL 186.27º 0.95% 0.59% -
HSV(B) 186.27º 0.8% 0.98% -
XYZ 46.54 63.59 100.26 -
YUV 177.57 168.87 36.29 -
System Red Green Blue C M Y K H S L
Decimal 49 229 250 0.80 0.08 0 0.02 186.27 0.95 0.59
Hex 31 E5 FA 50 8 0 2 BA 5F 3B
Octal 61 345 372 120 10 0 2 272 137 73
Binary 110001 11100101 11111010 1010000 1000 0 10 10111010 1011111 111011

Color Harmonies of #31E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E5FA

Black with #31E5FA

Text Example


Text Example

White with #31E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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