Html Css Color HEX #31C3CB Medium Turquoise

📋 copy color: '#31C3CB'

red 49 ◦ green 195 ◦ blue 203

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

Shades of Medium Turquoise #31C3CB

Tints of Medium Turquoise #31C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 10.96%
G = 43.62%
B = 45.41%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31C3CB (or 0x31C3CB) is known color: Medium Turquoise. HEX triplet: 31, C3 and CB. RGB value is (49,195,203). Sum of RGB (Red+Green+Blue) = 49+195+203=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #31C3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C3CB is #CE3C34. Grayscale: #989898. Windows color (decimal): -13515829 or 13353777. OLE color: 13353777.

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

Color convert

RGB 49 195 203 -
CMYK 0.76 0.04 0 0.20
HSL 183.12º 0.61% 0.49% -
HSV(B) 183.12º 0.76% 0.8% -
XYZ 31.56 43.99 63.33 -
YUV 152.26 156.63 54.35 -
System Red Green Blue C M Y K H S L
Decimal 49 195 203 0.76 0.04 0 0.20 183.12 0.61 0.49
Hex 31 C3 CB 4C 4 0 14 B7 3D 31
Octal 61 303 313 114 4 0 24 267 75 61
Binary 110001 11000011 11001011 1001100 100 0 10100 10110111 111101 110001

Color Harmonies of #31C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C3CB

Black with #31C3CB

Text Example


Text Example

White with #31C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,195,203); }

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

background-color css

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

 a { background-color: rgb(49,195,203); }

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

border-color css

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

 span { border-color: rgb(49,195,203); }

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