Html Css Color HEX #31EBE5 Turquoise

📋 copy color: '#31EBE5'

red 49 ◦ green 235 ◦ blue 229

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

Shades of Turquoise #31EBE5

Tints of Turquoise #31EBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 9.55%
G = 45.81%
B = 44.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#31EBE5 (or 0x31EBE5) is known color: Turquoise. HEX triplet: 31, EB and E5. RGB value is (49,235,229). Sum of RGB (Red+Green+Blue) = 49+235+229=513 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.55% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBE5 is #CE141A. Grayscale: #B2B2B2. Windows color (decimal): -13505563 or 15067953. OLE color: 15067953.

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

Color convert

RGB 49 235 229 -
CMYK 0.79 0 0.03 0.08
HSL 178.06º 0.82% 0.56% -
HSV(B) 178.06º 0.79% 0.92% -
XYZ 45.12 65.73 84.44 -
YUV 178.7 156.38 35.49 -
System Red Green Blue C M Y K H S L
Decimal 49 235 229 0.79 0 0.03 0.08 178.06 0.82 0.56
Hex 31 EB E5 4F 0 3 8 B2 52 38
Octal 61 353 345 117 0 3 10 262 122 70
Binary 110001 11101011 11100101 1001111 0 11 1000 10110010 1010010 111000

Color Harmonies of #31EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBE5

Black with #31EBE5

Text Example


Text Example

White with #31EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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