Html Css Color HEX #31EFE1 Turquoise

📋 copy color: '#31EFE1'

red 49 ◦ green 239 ◦ blue 225

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

Shades of Turquoise #31EFE1

Tints of Turquoise #31EFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.59%

 BLUE value IS 225 (88.28% from 255) = 43.86%

R = 9.55%
G = 46.59%
B = 43.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#31EFE1 (or 0x31EFE1) is known color: Turquoise. HEX triplet: 31, EF and E1. RGB value is (49,239,225). Sum of RGB (Red+Green+Blue) = 49+239+225=513 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.55% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFE1 is #CE101E. Grayscale: #B4B4B4. Windows color (decimal): -13504543 or 14806833. OLE color: 14806833.

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

Color convert

RGB 49 239 225 -
CMYK 0.79 0 0.06 0.06
HSL 175.58º 0.86% 0.56% -
HSV(B) 175.58º 0.79% 0.94% -
XYZ 45.72 67.82 81.92 -
YUV 180.59 153.05 34.14 -
System Red Green Blue C M Y K H S L
Decimal 49 239 225 0.79 0 0.06 0.06 175.58 0.86 0.56
Hex 31 EF E1 4F 0 6 6 B0 56 38
Octal 61 357 341 117 0 6 6 260 126 70
Binary 110001 11101111 11100001 1001111 0 110 110 10110000 1010110 111000

Color Harmonies of #31EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFE1

Black with #31EFE1

Text Example


Text Example

White with #31EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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