Html Css Color HEX #31EADB Turquoise

📋 copy color: '#31EADB'

red 49 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #31EADB

Tints of Turquoise #31EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 9.76%
G = 46.61%
B = 43.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#31EADB (or 0x31EADB) is known color: Turquoise. HEX triplet: 31, EA and DB. RGB value is (49,234,219). Sum of RGB (Red+Green+Blue) = 49+234+219=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #31EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EADB is #CE1524. Grayscale: #B0B0B0. Windows color (decimal): -13505829 or 14412337. OLE color: 14412337.

HSL color Cylindrical-coordinate representation of color #31EADB: hue angle of 175.14º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EADB is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 234 219 -
CMYK 0.79 0 0.06 0.08
HSL 175.14º 0.81% 0.55% -
HSV(B) 175.14º 0.79% 0.92% -
XYZ 43.48 64.61 77.2 -
YUV 176.98 151.71 36.72 -
System Red Green Blue C M Y K H S L
Decimal 49 234 219 0.79 0 0.06 0.08 175.14 0.81 0.55
Hex 31 EA DB 4F 0 6 8 AF 51 37
Octal 61 352 333 117 0 6 10 257 121 67
Binary 110001 11101010 11011011 1001111 0 110 1000 10101111 1010001 110111

Color Harmonies of #31EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EADB

Black with #31EADB

Text Example


Text Example

White with #31EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,219); }

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

background-color css

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

 a { background-color: rgb(49,234,219); }

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

border-color css

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

 span { border-color: rgb(49,234,219); }

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