Html Css Color HEX #31EED3 Turquoise

📋 copy color: '#31EED3'

red 49 ◦ green 238 ◦ blue 211

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

Shades of Turquoise #31EED3

Tints of Turquoise #31EED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.37%

R = 9.84%
G = 47.79%
B = 42.37%

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

#31EED3 (or 0x31EED3) is known color: Turquoise. HEX triplet: 31, EE and D3. RGB value is (49,238,211). Sum of RGB (Red+Green+Blue) = 49+238+211=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #31EED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EED3 is #CE112C. Grayscale: #B2B2B2. Windows color (decimal): -13504813 or 13889073. OLE color: 13889073.

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

Color convert

RGB 49 238 211 -
CMYK 0.79 0 0.11 0.07
HSL 171.43º 0.85% 0.56% -
HSV(B) 171.43º 0.79% 0.93% -
XYZ 43.6 66.51 72.17 -
YUV 178.41 146.38 35.7 -
System Red Green Blue C M Y K H S L
Decimal 49 238 211 0.79 0 0.11 0.07 171.43 0.85 0.56
Hex 31 EE D3 4F 0 B 7 AB 55 38
Octal 61 356 323 117 0 13 7 253 125 70
Binary 110001 11101110 11010011 1001111 0 1011 111 10101011 1010101 111000

Color Harmonies of #31EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EED3

Black with #31EED3

Text Example


Text Example

White with #31EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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