Html Css Color HEX #31CFCF Medium Turquoise

📋 copy color: '#31CFCF'

red 49 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #31CFCF

Tints of Medium Turquoise #31CFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 10.58%
G = 44.71%
B = 44.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31CFCF (or 0x31CFCF) is known color: Medium Turquoise. HEX triplet: 31, CF and CF. RGB value is (49,207,207). Sum of RGB (Red+Green+Blue) = 49+207+207=463 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.58% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #31CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFCF is #CE3030. Grayscale: #9F9F9F. Windows color (decimal): -13512753 or 13618993. OLE color: 13618993.

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

Color convert

RGB 49 207 207 -
CMYK 0.76 0 0 0.19
HSL 180º 0.62% 0.5% -
HSV(B) 180º 0.76% 0.81% -
XYZ 34.84 49.78 66.8 -
YUV 159.76 154.65 49 -
System Red Green Blue C M Y K H S L
Decimal 49 207 207 0.76 0 0 0.19 180 0.62 0.5
Hex 31 CF CF 4C 0 0 13 B4 3E 32
Octal 61 317 317 114 0 0 23 264 76 62
Binary 110001 11001111 11001111 1001100 0 0 10011 10110100 111110 110010

Color Harmonies of #31CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CFCF

Black with #31CFCF

Text Example


Text Example

White with #31CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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