Html Css Color HEX #31CBBC Medium Turquoise

📋 copy color: '#31CBBC'

red 49 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #31CBBC

Tints of Medium Turquoise #31CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

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

R = 11.14%
G = 46.14%
B = 42.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#31CBBC (or 0x31CBBC) is known color: Medium Turquoise. HEX triplet: 31, CB and BC. RGB value is (49,203,188). Sum of RGB (Red+Green+Blue) = 49+203+188=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBBC is #CE3443. Grayscale: #9B9B9B. Windows color (decimal): -13513796 or 12372785. OLE color: 12372785.

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

Color convert

RGB 49 203 188 -
CMYK 0.76 0 0.07 0.20
HSL 174.16º 0.61% 0.49% -
HSV(B) 174.16º 0.76% 0.8% -
XYZ 31.7 47 54.98 -
YUV 155.24 146.48 52.22 -
System Red Green Blue C M Y K H S L
Decimal 49 203 188 0.76 0 0.07 0.20 174.16 0.61 0.49
Hex 31 CB BC 4C 0 7 14 AE 3D 31
Octal 61 313 274 114 0 7 24 256 75 61
Binary 110001 11001011 10111100 1001100 0 111 10100 10101110 111101 110001

Color Harmonies of #31CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBBC

Black with #31CBBC

Text Example


Text Example

White with #31CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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