Html Css Color HEX #31E6EA Turquoise

📋 copy color: '#31E6EA'

red 49 ◦ green 230 ◦ blue 234

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

Shades of Turquoise #31E6EA

Tints of Turquoise #31E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.83%

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 9.55%
G = 44.83%
B = 45.61%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31E6EA (or 0x31E6EA) is known color: Turquoise. HEX triplet: 31, E6 and EA. RGB value is (49,230,234). Sum of RGB (Red+Green+Blue) = 49+230+234=513 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.55% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #31E6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31E6EA is #CE1915. Grayscale: #B0B0B0. Windows color (decimal): -13506838 or 15394353. OLE color: 15394353.

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

Color convert

RGB 49 230 234 -
CMYK 0.79 0.02 0 0.08
HSL 181.3º 0.81% 0.55% -
HSV(B) 181.3º 0.79% 0.92% -
XYZ 44.41 63.19 87.7 -
YUV 176.34 160.53 37.17 -
System Red Green Blue C M Y K H S L
Decimal 49 230 234 0.79 0.02 0 0.08 181.3 0.81 0.55
Hex 31 E6 EA 4F 2 0 8 B5 51 37
Octal 61 346 352 117 2 0 10 265 121 67
Binary 110001 11100110 11101010 1001111 10 0 1000 10110101 1010001 110111

Color Harmonies of #31E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E6EA

Black with #31E6EA

Text Example


Text Example

White with #31E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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