Html Css Color HEX #31EED4 Turquoise

📋 copy color: '#31EED4'

red 49 ◦ green 238 ◦ blue 212

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

Shades of Turquoise #31EED4

Tints of Turquoise #31EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.7%

 BLUE value IS 212 (83.2% from 255) = 42.48%

R = 9.82%
G = 47.7%
B = 42.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#31EED4 (or 0x31EED4) is known color: Turquoise. HEX triplet: 31, EE and D4. RGB value is (49,238,212). Sum of RGB (Red+Green+Blue) = 49+238+212=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #31EED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EED4 is #CE112B. Grayscale: #B2B2B2. Windows color (decimal): -13504812 or 13954609. OLE color: 13954609.

HSL color Cylindrical-coordinate representation of color #31EED4: hue angle of 171.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EED4 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 238 212 -
CMYK 0.79 0 0.11 0.07
HSL 171.75º 0.85% 0.56% -
HSV(B) 171.75º 0.79% 0.93% -
XYZ 43.72 66.56 72.83 -
YUV 178.53 146.88 35.61 -
System Red Green Blue C M Y K H S L
Decimal 49 238 212 0.79 0 0.11 0.07 171.75 0.85 0.56
Hex 31 EE D4 4F 0 B 7 AC 55 38
Octal 61 356 324 117 0 13 7 254 125 70
Binary 110001 11101110 11010100 1001111 0 1011 111 10101100 1010101 111000

Color Harmonies of #31EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EED4

Black with #31EED4

Text Example


Text Example

White with #31EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,238,212); }

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

background-color css

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

 a { background-color: rgb(49,238,212); }

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

border-color css

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

 span { border-color: rgb(49,238,212); }

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