Html Css Color HEX #31DFB5 Turquoise

📋 copy color: '#31DFB5'

red 49 ◦ green 223 ◦ blue 181

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

Shades of Turquoise #31DFB5

Tints of Turquoise #31DFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.23%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 10.82%
G = 49.23%
B = 39.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#31DFB5 (or 0x31DFB5) is known color: Turquoise. HEX triplet: 31, DF and B5. RGB value is (49,223,181). Sum of RGB (Red+Green+Blue) = 49+223+181=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFB5 is #CE204A. Grayscale: #A6A6A6. Windows color (decimal): -13508683 or 11919153. OLE color: 11919153.

HSL color Cylindrical-coordinate representation of color #31DFB5: hue angle of 165.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFB5 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 181 -
CMYK 0.78 0 0.19 0.13
HSL 165.52º 0.73% 0.53% -
HSV(B) 165.52º 0.78% 0.87% -
XYZ 35.99 56.76 52.78 -
YUV 166.19 136.35 44.42 -
System Red Green Blue C M Y K H S L
Decimal 49 223 181 0.78 0 0.19 0.13 165.52 0.73 0.53
Hex 31 DF B5 4E 0 13 D A6 49 35
Octal 61 337 265 116 0 23 15 246 111 65
Binary 110001 11011111 10110101 1001110 0 10011 1101 10100110 1001001 110101

Color Harmonies of #31DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFB5

Black with #31DFB5

Text Example


Text Example

White with #31DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,223,181); }

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

background-color css

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

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

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

border-color css

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

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

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