Html Css Color HEX #31CDBC Medium Turquoise

📋 copy color: '#31CDBC'

red 49 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #31CDBC

Tints of Medium Turquoise #31CDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.38%

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 11.09%
G = 46.38%
B = 42.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#31CDBC (or 0x31CDBC) is known color: Medium Turquoise. HEX triplet: 31, CD and BC. RGB value is (49,205,188). Sum of RGB (Red+Green+Blue) = 49+205+188=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDBC is #CE3243. Grayscale: #9C9C9C. Windows color (decimal): -13513284 or 12373297. OLE color: 12373297.

HSL color Cylindrical-coordinate representation of color #31CDBC: hue angle of 173.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CDBC is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 205 188 -
CMYK 0.76 0 0.08 0.20
HSL 173.46º 0.61% 0.5% -
HSV(B) 173.46º 0.76% 0.8% -
XYZ 32.18 47.95 55.14 -
YUV 156.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 49 205 188 0.76 0 0.08 0.20 173.46 0.61 0.5
Hex 31 CD BC 4C 0 8 14 AD 3D 32
Octal 61 315 274 114 0 10 24 255 75 62
Binary 110001 11001101 10111100 1001100 0 1000 10100 10101101 111101 110010

Color Harmonies of #31CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CDBC

Black with #31CDBC

Text Example


Text Example

White with #31CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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