Html Css Color HEX #31EFE2 Turquoise

📋 copy color: '#31EFE2'

red 49 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #31EFE2

Tints of Turquoise #31EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.97%

R = 9.53%
G = 46.5%
B = 43.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#31EFE2 (or 0x31EFE2) is known color: Turquoise. HEX triplet: 31, EF and E2. RGB value is (49,239,226). Sum of RGB (Red+Green+Blue) = 49+239+226=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFE2 is #CE101D. Grayscale: #B4B4B4. Windows color (decimal): -13504542 or 14872369. OLE color: 14872369.

HSL color Cylindrical-coordinate representation of color #31EFE2: hue angle of 175.89º 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 #31EFE2 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 226 -
CMYK 0.79 0 0.05 0.06
HSL 175.89º 0.86% 0.56% -
HSV(B) 175.89º 0.79% 0.94% -
XYZ 45.86 67.88 82.64 -
YUV 180.71 153.55 34.06 -
System Red Green Blue C M Y K H S L
Decimal 49 239 226 0.79 0 0.05 0.06 175.89 0.86 0.56
Hex 31 EF E2 4F 0 5 6 B0 56 38
Octal 61 357 342 117 0 5 6 260 126 70
Binary 110001 11101111 11100010 1001111 0 101 110 10110000 1010110 111000

Color Harmonies of #31EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFE2

Black with #31EFE2

Text Example


Text Example

White with #31EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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