Html Css Color HEX #31CFBE Medium Turquoise

📋 copy color: '#31CFBE'

red 49 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #31CFBE

Tints of Medium Turquoise #31CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

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

R = 10.99%
G = 46.41%
B = 42.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#31CFBE (or 0x31CFBE) is known color: Medium Turquoise. HEX triplet: 31, CF and BE. RGB value is (49,207,190). Sum of RGB (Red+Green+Blue) = 49+207+190=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFBE is #CE3041. Grayscale: #9D9D9D. Windows color (decimal): -13512770 or 12504881. OLE color: 12504881.

HSL color Cylindrical-coordinate representation of color #31CFBE: hue angle of 173.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFBE is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 207 190 -
CMYK 0.76 0 0.08 0.19
HSL 173.54º 0.62% 0.5% -
HSV(B) 173.54º 0.76% 0.81% -
XYZ 32.87 49 56.44 -
YUV 157.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 49 207 190 0.76 0 0.08 0.19 173.54 0.62 0.5
Hex 31 CF BE 4C 0 8 13 AE 3E 32
Octal 61 317 276 114 0 10 23 256 76 62
Binary 110001 11001111 10111110 1001100 0 1000 10011 10101110 111110 110010

Color Harmonies of #31CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CFBE

Black with #31CFBE

Text Example


Text Example

White with #31CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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