Html Css Color HEX #31CDCB Medium Turquoise

📋 copy color: '#31CDCB'

red 49 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #31CDCB

Tints of Medium Turquoise #31CDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 10.72%
G = 44.86%
B = 44.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#31CDCB (or 0x31CDCB) is known color: Medium Turquoise. HEX triplet: 31, CD and CB. RGB value is (49,205,203). Sum of RGB (Red+Green+Blue) = 49+205+203=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDCB is #CE3234. Grayscale: #9D9D9D. Windows color (decimal): -13513269 or 13356337. OLE color: 13356337.

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

Color convert

RGB 49 205 203 -
CMYK 0.76 0 0.01 0.20
HSL 179.23º 0.61% 0.5% -
HSV(B) 179.23º 0.76% 0.8% -
XYZ 33.88 48.63 64.1 -
YUV 158.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 49 205 203 0.76 0 0.01 0.20 179.23 0.61 0.5
Hex 31 CD CB 4C 0 1 14 B3 3D 32
Octal 61 315 313 114 0 1 24 263 75 62
Binary 110001 11001101 11001011 1001100 0 1 10100 10110011 111101 110010

Color Harmonies of #31CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CDCB

Black with #31CDCB

Text Example


Text Example

White with #31CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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