Html Css Color HEX #31CDC2 Medium Turquoise

📋 copy color: '#31CDC2'

red 49 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #31CDC2

Tints of Medium Turquoise #31CDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 10.94%
G = 45.76%
B = 43.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#31CDC2 (or 0x31CDC2) is known color: Medium Turquoise. HEX triplet: 31, CD and C2. RGB value is (49,205,194). Sum of RGB (Red+Green+Blue) = 49+205+194=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDC2 is #CE323D. Grayscale: #9C9C9C. Windows color (decimal): -13513278 or 12766513. OLE color: 12766513.

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

Color convert

RGB 49 205 194 -
CMYK 0.76 0 0.05 0.20
HSL 175.77º 0.61% 0.5% -
HSV(B) 175.77º 0.76% 0.8% -
XYZ 32.84 48.21 58.61 -
YUV 157.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 49 205 194 0.76 0 0.05 0.20 175.77 0.61 0.5
Hex 31 CD C2 4C 0 5 14 B0 3D 32
Octal 61 315 302 114 0 5 24 260 75 62
Binary 110001 11001101 11000010 1001100 0 101 10100 10110000 111101 110010

Color Harmonies of #31CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CDC2

Black with #31CDC2

Text Example


Text Example

White with #31CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,205,194); }

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

background-color css

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

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

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

border-color css

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

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

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