Html Css Color HEX #31CCBE Medium Turquoise

📋 copy color: '#31CCBE'

red 49 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #31CCBE

Tints of Medium Turquoise #31CCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 11.06%
G = 46.05%
B = 42.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#31CCBE (or 0x31CCBE) is known color: Medium Turquoise. HEX triplet: 31, CC and BE. RGB value is (49,204,190). Sum of RGB (Red+Green+Blue) = 49+204+190=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCBE is #CE3341. Grayscale: #9B9B9B. Windows color (decimal): -13513538 or 12504113. OLE color: 12504113.

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

Color convert

RGB 49 204 190 -
CMYK 0.76 0 0.07 0.2
HSL 174.58º 0.61% 0.5% -
HSV(B) 174.58º 0.76% 0.8% -
XYZ 32.15 47.56 56.2 -
YUV 156.06 147.15 51.64 -
System Red Green Blue C M Y K H S L
Decimal 49 204 190 0.76 0 0.07 0.2 174.58 0.61 0.5
Hex 31 CC BE 4C 0 7 14 AF 3D 32
Octal 61 314 276 114 0 7 24 257 75 62
Binary 110001 11001100 10111110 1001100 0 111 10100 10101111 111101 110010

Color Harmonies of #31CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCBE

Black with #31CCBE

Text Example


Text Example

White with #31CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,204,190); }

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

background-color css

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

 a { background-color: rgb(49,204,190); }

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

border-color css

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

 span { border-color: rgb(49,204,190); }

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