Html Css Color HEX #31C8CA Medium Turquoise

📋 copy color: '#31C8CA'

red 49 ◦ green 200 ◦ blue 202

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

Shades of Medium Turquoise #31C8CA

Tints of Medium Turquoise #31C8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 10.86%
G = 44.35%
B = 44.79%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#31C8CA (or 0x31C8CA) is known color: Medium Turquoise. HEX triplet: 31, C8 and CA. RGB value is (49,200,202). Sum of RGB (Red+Green+Blue) = 49+200+202=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #31C8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C8CA is #CE3735. Grayscale: #9A9A9A. Windows color (decimal): -13514550 or 13289521. OLE color: 13289521.

HSL color Cylindrical-coordinate representation of color #31C8CA: hue angle of 180.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C8CA is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 200 202 -
CMYK 0.76 0.01 0 0.21
HSL 180.78º 0.61% 0.49% -
HSV(B) 180.78º 0.76% 0.79% -
XYZ 32.58 46.23 63.08 -
YUV 155.08 154.47 52.34 -
System Red Green Blue C M Y K H S L
Decimal 49 200 202 0.76 0.01 0 0.21 180.78 0.61 0.49
Hex 31 C8 CA 4C 1 0 15 B5 3D 31
Octal 61 310 312 114 1 0 25 265 75 61
Binary 110001 11001000 11001010 1001100 1 0 10101 10110101 111101 110001

Color Harmonies of #31C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C8CA

Black with #31C8CA

Text Example


Text Example

White with #31C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,200,202); }

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

background-color css

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

 a { background-color: rgb(49,200,202); }

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

border-color css

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

 span { border-color: rgb(49,200,202); }

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