Html Css Color HEX #31C9D0 Medium Turquoise

📋 copy color: '#31C9D0'

red 49 ◦ green 201 ◦ blue 208

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

Shades of Medium Turquoise #31C9D0

Tints of Medium Turquoise #31C9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.89%

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 10.7%
G = 43.89%
B = 45.41%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#31C9D0 (or 0x31C9D0) is known color: Medium Turquoise. HEX triplet: 31, C9 and D0. RGB value is (49,201,208). Sum of RGB (Red+Green+Blue) = 49+201+208=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #31C9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C9D0 is #CE362F. Grayscale: #9C9C9C. Windows color (decimal): -13514288 or 13682993. OLE color: 13682993.

HSL color Cylindrical-coordinate representation of color #31C9D0: hue angle of 182.64º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C9D0 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 201 208 -
CMYK 0.76 0.03 0 0.18
HSL 182.64º 0.63% 0.5% -
HSV(B) 182.64º 0.76% 0.82% -
XYZ 33.54 46.98 66.97 -
YUV 156.35 157.14 51.43 -
System Red Green Blue C M Y K H S L
Decimal 49 201 208 0.76 0.03 0 0.18 182.64 0.63 0.5
Hex 31 C9 D0 4C 3 0 12 B7 3F 32
Octal 61 311 320 114 3 0 22 267 77 62
Binary 110001 11001001 11010000 1001100 11 0 10010 10110111 111111 110010

Color Harmonies of #31C9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C9D0

Black with #31C9D0

Text Example


Text Example

White with #31C9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,201,208); }

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

background-color css

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

 a { background-color: rgb(49,201,208); }

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

border-color css

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

 span { border-color: rgb(49,201,208); }

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