Html Css Color HEX #31CDCC Medium Turquoise

📋 copy color: '#31CDCC'

red 49 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #31CDCC

Tints of Medium Turquoise #31CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 10.7%
G = 44.76%
B = 44.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#31CDCC (or 0x31CDCC) is known color: Medium Turquoise. HEX triplet: 31, CD and CC. RGB value is (49,205,204). Sum of RGB (Red+Green+Blue) = 49+205+204=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDCC is #CE3233. Grayscale: #9E9E9E. Windows color (decimal): -13513268 or 13421873. OLE color: 13421873.

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

Color convert

RGB 49 205 204 -
CMYK 0.76 0 0.00 0.20
HSL 179.62º 0.61% 0.5% -
HSV(B) 179.62º 0.76% 0.8% -
XYZ 34 48.68 64.73 -
YUV 158.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 49 205 204 0.76 0 0.00 0.20 179.62 0.61 0.5
Hex 31 CD CC 4C 0 0 14 B4 3D 32
Octal 61 315 314 114 0 0 24 264 75 62
Binary 110001 11001101 11001100 1001100 0 0 10100 10110100 111101 110010

Color Harmonies of #31CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CDCC

Black with #31CDCC

Text Example


Text Example

White with #31CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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