Html Css Color HEX #31D6D5 Turquoise

📋 copy color: '#31D6D5'

red 49 ◦ green 214 ◦ blue 213

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

Shades of Turquoise #31D6D5

Tints of Turquoise #31D6D5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

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

R = 10.29%
G = 44.96%
B = 44.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#31D6D5 (or 0x31D6D5) is known color: Turquoise. HEX triplet: 31, D6 and D5. RGB value is (49,214,213). Sum of RGB (Red+Green+Blue) = 49+214+213=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #31D6D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6D5 is #CE292A. Grayscale: #A4A4A4. Windows color (decimal): -13510955 or 14014001. OLE color: 14014001.

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

Color convert

RGB 49 214 213 -
CMYK 0.77 0 0.00 0.16
HSL 179.64º 0.67% 0.52% -
HSV(B) 179.64º 0.77% 0.84% -
XYZ 37.32 53.55 71.32 -
YUV 164.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 49 214 213 0.77 0 0.00 0.16 179.64 0.67 0.52
Hex 31 D6 D5 4D 0 0 10 B4 43 34
Octal 61 326 325 115 0 0 20 264 103 64
Binary 110001 11010110 11010101 1001101 0 0 10000 10110100 1000011 110100

Color Harmonies of #31D6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D6D5

Black with #31D6D5

Text Example


Text Example

White with #31D6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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