Html Css Color HEX #31DFDD Turquoise

📋 copy color: '#31DFDD'

red 49 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #31DFDD

Tints of Turquoise #31DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 9.94%
G = 45.23%
B = 44.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#31DFDD (or 0x31DFDD) is known color: Turquoise. HEX triplet: 31, DF and DD. RGB value is (49,223,221). Sum of RGB (Red+Green+Blue) = 49+223+221=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFDD is #CE2022. Grayscale: #AAAAAA. Windows color (decimal): -13508643 or 14540593. OLE color: 14540593.

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

Color convert

RGB 49 223 221 -
CMYK 0.78 0 0.01 0.13
HSL 179.31º 0.73% 0.53% -
HSV(B) 179.31º 0.78% 0.87% -
XYZ 40.71 58.65 77.58 -
YUV 170.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 49 223 221 0.78 0 0.01 0.13 179.31 0.73 0.53
Hex 31 DF DD 4E 0 1 D B3 49 35
Octal 61 337 335 116 0 1 15 263 111 65
Binary 110001 11011111 11011101 1001110 0 1 1101 10110011 1001001 110101

Color Harmonies of #31DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFDD

Black with #31DFDD

Text Example


Text Example

White with #31DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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