Html Css Color HEX #31EBED Turquoise

📋 copy color: '#31EBED'

red 49 ◦ green 235 ◦ blue 237

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

Shades of Turquoise #31EBED

Tints of Turquoise #31EBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 9.4%
G = 45.11%
B = 45.49%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#31EBED (or 0x31EBED) is known color: Turquoise. HEX triplet: 31, EB and ED. RGB value is (49,235,237). Sum of RGB (Red+Green+Blue) = 49+235+237=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #31EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EBED is #CE1412. Grayscale: #B3B3B3. Windows color (decimal): -13505555 or 15592241. OLE color: 15592241.

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

Color convert

RGB 49 235 237 -
CMYK 0.79 0.01 0 0.07
HSL 180.64º 0.84% 0.56% -
HSV(B) 180.64º 0.79% 0.93% -
XYZ 46.26 66.18 90.46 -
YUV 179.61 160.38 34.84 -
System Red Green Blue C M Y K H S L
Decimal 49 235 237 0.79 0.01 0 0.07 180.64 0.84 0.56
Hex 31 EB ED 4F 1 0 7 B5 54 38
Octal 61 353 355 117 1 0 7 265 124 70
Binary 110001 11101011 11101101 1001111 1 0 111 10110101 1010100 111000

Color Harmonies of #31EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBED

Black with #31EBED

Text Example


Text Example

White with #31EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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