Html Css Color HEX #31EFEC Turquoise

📋 copy color: '#31EFEC'

red 49 ◦ green 239 ◦ blue 236

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

Shades of Turquoise #31EFEC

Tints of Turquoise #31EFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 9.35%
G = 45.61%
B = 45.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#31EFEC (or 0x31EFEC) is known color: Turquoise. HEX triplet: 31, EF and EC. RGB value is (49,239,236). Sum of RGB (Red+Green+Blue) = 49+239+236=524 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.35% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFEC is #CE1013. Grayscale: #B5B5B5. Windows color (decimal): -13504532 or 15527729. OLE color: 15527729.

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

Color convert

RGB 49 239 236 -
CMYK 0.79 0 0.01 0.06
HSL 179.05º 0.86% 0.56% -
HSV(B) 179.05º 0.79% 0.94% -
XYZ 47.27 68.44 90.08 -
YUV 181.85 158.55 33.24 -
System Red Green Blue C M Y K H S L
Decimal 49 239 236 0.79 0 0.01 0.06 179.05 0.86 0.56
Hex 31 EF EC 4F 0 1 6 B3 56 38
Octal 61 357 354 117 0 1 6 263 126 70
Binary 110001 11101111 11101100 1001111 0 1 110 10110011 1010110 111000

Color Harmonies of #31EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFEC

Black with #31EFEC

Text Example


Text Example

White with #31EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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