Html Css Color HEX #31EBBE Turquoise

📋 copy color: '#31EBBE'

red 49 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #31EBBE

Tints of Turquoise #31EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.58%

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 10.34%
G = 49.58%
B = 40.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#31EBBE (or 0x31EBBE) is known color: Turquoise. HEX triplet: 31, EB and BE. RGB value is (49,235,190). Sum of RGB (Red+Green+Blue) = 49+235+190=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBBE is #CE1441. Grayscale: #AEAEAE. Windows color (decimal): -13505602 or 12512049. OLE color: 12512049.

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

Color convert

RGB 49 235 190 -
CMYK 0.79 0 0.19 0.08
HSL 165.48º 0.82% 0.56% -
HSV(B) 165.48º 0.79% 0.92% -
XYZ 40.27 63.79 58.9 -
YUV 174.26 136.88 38.66 -
System Red Green Blue C M Y K H S L
Decimal 49 235 190 0.79 0 0.19 0.08 165.48 0.82 0.56
Hex 31 EB BE 4F 0 13 8 A5 52 38
Octal 61 353 276 117 0 23 10 245 122 70
Binary 110001 11101011 10111110 1001111 0 10011 1000 10100101 1010010 111000

Color Harmonies of #31EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBBE

Black with #31EBBE

Text Example


Text Example

White with #31EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,190); }

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

background-color css

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

 a { background-color: rgb(49,235,190); }

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

border-color css

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

 span { border-color: rgb(49,235,190); }

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