Html Css Color HEX #31CCDB Medium Turquoise

📋 copy color: '#31CCDB'

red 49 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #31CCDB

Tints of Medium Turquoise #31CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 10.38%
G = 43.22%
B = 46.4%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31CCDB (or 0x31CCDB) is known color: Medium Turquoise. HEX triplet: 31, CC and DB. RGB value is (49,204,219). Sum of RGB (Red+Green+Blue) = 49+204+219=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #31CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCDB is #CE3324. Grayscale: #9F9F9F. Windows color (decimal): -13513509 or 14404657. OLE color: 14404657.

HSL color Cylindrical-coordinate representation of color #31CCDB: hue angle of 185.29º degrees, saturation: 0.7, 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 #31CCDB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 204 219 -
CMYK 0.78 0.07 0 0.14
HSL 185.29º 0.7% 0.53% -
HSV(B) 185.29º 0.78% 0.86% -
XYZ 35.65 48.95 74.59 -
YUV 159.37 161.65 49.28 -
System Red Green Blue C M Y K H S L
Decimal 49 204 219 0.78 0.07 0 0.14 185.29 0.7 0.53
Hex 31 CC DB 4E 7 0 E B9 46 35
Octal 61 314 333 116 7 0 16 271 106 65
Binary 110001 11001100 11011011 1001110 111 0 1110 10111001 1000110 110101

Color Harmonies of #31CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCDB

Black with #31CCDB

Text Example


Text Example

White with #31CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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