Html Css Color HEX #31CCCC Medium Turquoise

📋 copy color: '#31CCCC'

red 49 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #31CCCC

Tints of Medium Turquoise #31CCCC

RGB

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

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

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

R = 10.72%
G = 44.64%
B = 44.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#31CCCC (or 0x31CCCC) is known color: Medium Turquoise. HEX triplet: 31, CC and CC. RGB value is (49,204,204). Sum of RGB (Red+Green+Blue) = 49+204+204=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #31CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCCC is #CE3333. Grayscale: #9D9D9D. Windows color (decimal): -13513524 or 13421617. OLE color: 13421617.

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

Color convert

RGB 49 204 204 -
CMYK 0.76 0 0 0.2
HSL 180º 0.61% 0.5% -
HSV(B) 180º 0.76% 0.8% -
XYZ 33.76 48.2 64.65 -
YUV 157.66 154.15 50.5 -
System Red Green Blue C M Y K H S L
Decimal 49 204 204 0.76 0 0 0.2 180 0.61 0.5
Hex 31 CC CC 4C 0 0 14 B4 3D 32
Octal 61 314 314 114 0 0 24 264 75 62
Binary 110001 11001100 11001100 1001100 0 0 10100 10110100 111101 110010

Color Harmonies of #31CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCCC

Black with #31CCCC

Text Example


Text Example

White with #31CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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