Html Css Color HEX #31EBCD Turquoise

📋 copy color: '#31EBCD'

red 49 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #31EBCD

Tints of Turquoise #31EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 10.02%
G = 48.06%
B = 41.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#31EBCD (or 0x31EBCD) is known color: Turquoise. HEX triplet: 31, EB and CD. RGB value is (49,235,205). Sum of RGB (Red+Green+Blue) = 49+235+205=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBCD is #CE1432. Grayscale: #AFAFAF. Windows color (decimal): -13505587 or 13495089. OLE color: 13495089.

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

Color convert

RGB 49 235 205 -
CMYK 0.79 0 0.13 0.08
HSL 170.32º 0.82% 0.56% -
HSV(B) 170.32º 0.79% 0.92% -
XYZ 41.99 64.48 67.99 -
YUV 175.97 144.38 37.44 -
System Red Green Blue C M Y K H S L
Decimal 49 235 205 0.79 0 0.13 0.08 170.32 0.82 0.56
Hex 31 EB CD 4F 0 D 8 AA 52 38
Octal 61 353 315 117 0 15 10 252 122 70
Binary 110001 11101011 11001101 1001111 0 1101 1000 10101010 1010010 111000

Color Harmonies of #31EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBCD

Black with #31EBCD

Text Example


Text Example

White with #31EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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