Html Css Color HEX #31FEDC Turquoise

📋 copy color: '#31FEDC'

red 49 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #31FEDC

Tints of Turquoise #31FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 9.37%
G = 48.57%
B = 42.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#31FEDC (or 0x31FEDC) is known color: Turquoise. HEX triplet: 31, FE and DC. RGB value is (49,254,220). Sum of RGB (Red+Green+Blue) = 49+254+220=523 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.37% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEDC is #CE0123. Grayscale: #BCBCBC. Windows color (decimal): -13500708 or 14482993. OLE color: 14482993.

HSL color Cylindrical-coordinate representation of color #31FEDC: hue angle of 170.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEDC is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 254 220 -
CMYK 0.81 0 0.13 0.00
HSL 170.05º 0.99% 0.59% -
HSV(B) 170.05º 0.81% 1% -
XYZ 49.63 76.7 79.9 -
YUV 188.83 145.58 28.26 -
System Red Green Blue C M Y K H S L
Decimal 49 254 220 0.81 0 0.13 0.00 170.05 0.99 0.59
Hex 31 FE DC 51 0 D 0 AA 63 3B
Octal 61 376 334 121 0 15 0 252 143 73
Binary 110001 11111110 11011100 1010001 0 1101 0 10101010 1100011 111011

Color Harmonies of #31FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FEDC

Black with #31FEDC

Text Example


Text Example

White with #31FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,254,220); }

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

background-color css

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

 a { background-color: rgb(49,254,220); }

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

border-color css

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

 span { border-color: rgb(49,254,220); }

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