Html Css Color HEX #31C9CD Medium Turquoise

📋 copy color: '#31C9CD'

red 49 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #31C9CD

Tints of Medium Turquoise #31C9CD

RGB

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

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

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

R = 10.77%
G = 44.18%
B = 45.05%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31C9CD (or 0x31C9CD) is known color: Medium Turquoise. HEX triplet: 31, C9 and CD. RGB value is (49,201,205). Sum of RGB (Red+Green+Blue) = 49+201+205=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #31C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C9CD is #CE3632. Grayscale: #9B9B9B. Windows color (decimal): -13514291 or 13486385. OLE color: 13486385.

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

Color convert

RGB 49 201 205 -
CMYK 0.76 0.02 0 0.20
HSL 181.54º 0.61% 0.5% -
HSV(B) 181.54º 0.76% 0.8% -
XYZ 33.17 46.83 65.05 -
YUV 156.01 155.64 51.67 -
System Red Green Blue C M Y K H S L
Decimal 49 201 205 0.76 0.02 0 0.20 181.54 0.61 0.5
Hex 31 C9 CD 4C 2 0 14 B6 3D 32
Octal 61 311 315 114 2 0 24 266 75 62
Binary 110001 11001001 11001101 1001100 10 0 10100 10110110 111101 110010

Color Harmonies of #31C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C9CD

Black with #31C9CD

Text Example


Text Example

White with #31C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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