Html Css Color HEX #31F0E4 Turquoise

📋 copy color: '#31F0E4'

red 49 ◦ green 240 ◦ blue 228

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

Shades of Turquoise #31F0E4

Tints of Turquoise #31F0E4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 9.48%
G = 46.42%
B = 44.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#31F0E4 (or 0x31F0E4) is known color: Turquoise. HEX triplet: 31, F0 and E4. RGB value is (49,240,228). Sum of RGB (Red+Green+Blue) = 49+240+228=517 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.48% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #31F0E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F0E4 is #CE0F1B. Grayscale: #B5B5B5. Windows color (decimal): -13504284 or 15003697. OLE color: 15003697.

HSL color Cylindrical-coordinate representation of color #31F0E4: hue angle of 176.23º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F0E4 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 228 -
CMYK 0.80 0 0.05 0.06
HSL 176.23º 0.86% 0.57% -
HSV(B) 176.23º 0.8% 0.94% -
XYZ 46.43 68.57 84.19 -
YUV 181.52 154.22 33.48 -
System Red Green Blue C M Y K H S L
Decimal 49 240 228 0.80 0 0.05 0.06 176.23 0.86 0.57
Hex 31 F0 E4 50 0 5 6 B0 56 39
Octal 61 360 344 120 0 5 6 260 126 71
Binary 110001 11110000 11100100 1010000 0 101 110 10110000 1010110 111001

Color Harmonies of #31F0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F0E4

Black with #31F0E4

Text Example


Text Example

White with #31F0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,228); }

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

background-color css

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

 a { background-color: rgb(49,240,228); }

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

border-color css

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

 span { border-color: rgb(49,240,228); }

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