Html Css Color HEX #31CFBF Medium Turquoise

📋 copy color: '#31CFBF'

red 49 ◦ green 207 ◦ blue 191

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

Shades of Medium Turquoise #31CFBF

Tints of Medium Turquoise #31CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 10.96%
G = 46.31%
B = 42.73%

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

#31CFBF (or 0x31CFBF) is known color: Medium Turquoise. HEX triplet: 31, CF and BF. RGB value is (49,207,191). Sum of RGB (Red+Green+Blue) = 49+207+191=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFBF is #CE3040. Grayscale: #9D9D9D. Windows color (decimal): -13512769 or 12570417. OLE color: 12570417.

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

Color convert

RGB 49 207 191 -
CMYK 0.76 0 0.08 0.19
HSL 173.92º 0.62% 0.5% -
HSV(B) 173.92º 0.76% 0.81% -
XYZ 32.98 49.04 57.02 -
YUV 157.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 49 207 191 0.76 0 0.08 0.19 173.92 0.62 0.5
Hex 31 CF BF 4C 0 8 13 AE 3E 32
Octal 61 317 277 114 0 10 23 256 76 62
Binary 110001 11001111 10111111 1001100 0 1000 10011 10101110 111110 110010

Color Harmonies of #31CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CFBF

Black with #31CFBF

Text Example


Text Example

White with #31CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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