Html Css Color HEX #31CBDC Medium Turquoise

📋 copy color: '#31CBDC'

red 49 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #31CBDC

Tints of Medium Turquoise #31CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 10.38%
G = 43.01%
B = 46.61%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31CBDC (or 0x31CBDC) is known color: Medium Turquoise. HEX triplet: 31, CB and DC. RGB value is (49,203,220). Sum of RGB (Red+Green+Blue) = 49+203+220=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #31CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBDC is #CE3423. Grayscale: #9E9E9E. Windows color (decimal): -13513764 or 14469937. OLE color: 14469937.

HSL color Cylindrical-coordinate representation of color #31CBDC: hue angle of 185.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CBDC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 203 220 -
CMYK 0.78 0.08 0 0.14
HSL 185.96º 0.71% 0.53% -
HSV(B) 185.96º 0.78% 0.86% -
XYZ 35.54 48.53 75.2 -
YUV 158.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 49 203 220 0.78 0.08 0 0.14 185.96 0.71 0.53
Hex 31 CB DC 4E 8 0 E BA 47 35
Octal 61 313 334 116 10 0 16 272 107 65
Binary 110001 11001011 11011100 1001110 1000 0 1110 10111010 1000111 110101

Color Harmonies of #31CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBDC

Black with #31CBDC

Text Example


Text Example

White with #31CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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