Html Css Color HEX #31CCD5 Medium Turquoise

📋 copy color: '#31CCD5'

red 49 ◦ green 204 ◦ blue 213

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

Shades of Medium Turquoise #31CCD5

Tints of Medium Turquoise #31CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 10.52%
G = 43.78%
B = 45.71%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#31CCD5 (or 0x31CCD5) is known color: Medium Turquoise. HEX triplet: 31, CC and D5. RGB value is (49,204,213). Sum of RGB (Red+Green+Blue) = 49+204+213=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #31CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCD5 is #CE332A. Grayscale: #9E9E9E. Windows color (decimal): -13513515 or 14011441. OLE color: 14011441.

HSL color Cylindrical-coordinate representation of color #31CCD5: hue angle of 183.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31CCD5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 204 213 -
CMYK 0.77 0.04 0 0.16
HSL 183.29º 0.66% 0.51% -
HSV(B) 183.29º 0.77% 0.84% -
XYZ 34.87 48.64 70.5 -
YUV 158.68 158.65 49.77 -
System Red Green Blue C M Y K H S L
Decimal 49 204 213 0.77 0.04 0 0.16 183.29 0.66 0.51
Hex 31 CC D5 4D 4 0 10 B7 42 33
Octal 61 314 325 115 4 0 20 267 102 63
Binary 110001 11001100 11010101 1001101 100 0 10000 10110111 1000010 110011

Color Harmonies of #31CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCD5

Black with #31CCD5

Text Example


Text Example

White with #31CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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