Html Css Color HEX #31DFD4 Turquoise

📋 copy color: '#31DFD4'

red 49 ◦ green 223 ◦ blue 212

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

Shades of Turquoise #31DFD4

Tints of Turquoise #31DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 10.12%
G = 46.07%
B = 43.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#31DFD4 (or 0x31DFD4) is known color: Turquoise. HEX triplet: 31, DF and D4. RGB value is (49,223,212). Sum of RGB (Red+Green+Blue) = 49+223+212=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFD4 is #CE202B. Grayscale: #A9A9A9. Windows color (decimal): -13508652 or 13950769. OLE color: 13950769.

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

Color convert

RGB 49 223 212 -
CMYK 0.78 0 0.05 0.13
HSL 176.21º 0.73% 0.53% -
HSV(B) 176.21º 0.78% 0.87% -
XYZ 39.54 58.18 71.43 -
YUV 169.72 151.85 41.89 -
System Red Green Blue C M Y K H S L
Decimal 49 223 212 0.78 0 0.05 0.13 176.21 0.73 0.53
Hex 31 DF D4 4E 0 5 D B0 49 35
Octal 61 337 324 116 0 5 15 260 111 65
Binary 110001 11011111 11010100 1001110 0 101 1101 10110000 1001001 110101

Color Harmonies of #31DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFD4

Black with #31DFD4

Text Example


Text Example

White with #31DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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