Html Css Color HEX #31DFCD Turquoise

📋 copy color: '#31DFCD'

red 49 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #31DFCD

Tints of Turquoise #31DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 10.27%
G = 46.75%
B = 42.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#31DFCD (or 0x31DFCD) is known color: Turquoise. HEX triplet: 31, DF and CD. RGB value is (49,223,205). Sum of RGB (Red+Green+Blue) = 49+223+205=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFCD is #CE2032. Grayscale: #A8A8A8. Windows color (decimal): -13508659 or 13492017. OLE color: 13492017.

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

Color convert

RGB 49 223 205 -
CMYK 0.78 0 0.08 0.13
HSL 173.79º 0.73% 0.53% -
HSV(B) 173.79º 0.78% 0.87% -
XYZ 38.67 57.84 66.88 -
YUV 168.92 148.35 42.46 -
System Red Green Blue C M Y K H S L
Decimal 49 223 205 0.78 0 0.08 0.13 173.79 0.73 0.53
Hex 31 DF CD 4E 0 8 D AE 49 35
Octal 61 337 315 116 0 10 15 256 111 65
Binary 110001 11011111 11001101 1001110 0 1000 1101 10101110 1001001 110101

Color Harmonies of #31DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFCD

Black with #31DFCD

Text Example


Text Example

White with #31DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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