Html Css Color HEX #31DADC Turquoise

📋 copy color: '#31DADC'

red 49 ◦ green 218 ◦ blue 220

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

Shades of Turquoise #31DADC

Tints of Turquoise #31DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.76%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 10.06%
G = 44.76%
B = 45.17%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31DADC (or 0x31DADC) is known color: Turquoise. HEX triplet: 31, DA and DC. RGB value is (49,218,220). Sum of RGB (Red+Green+Blue) = 49+218+220=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #31DADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DADC is #CE2523. Grayscale: #A7A7A7. Windows color (decimal): -13509924 or 14473777. OLE color: 14473777.

HSL color Cylindrical-coordinate representation of color #31DADC: hue angle of 180.7º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DADC is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 218 220 -
CMYK 0.78 0.01 0 0.14
HSL 180.7º 0.71% 0.53% -
HSV(B) 180.7º 0.78% 0.86% -
XYZ 39.26 55.96 76.44 -
YUV 167.7 157.51 43.34 -
System Red Green Blue C M Y K H S L
Decimal 49 218 220 0.78 0.01 0 0.14 180.7 0.71 0.53
Hex 31 DA DC 4E 1 0 E B5 47 35
Octal 61 332 334 116 1 0 16 265 107 65
Binary 110001 11011010 11011100 1001110 1 0 1110 10110101 1000111 110101

Color Harmonies of #31DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DADC

Black with #31DADC

Text Example


Text Example

White with #31DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,218,220); }

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

background-color css

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

 a { background-color: rgb(49,218,220); }

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

border-color css

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

 span { border-color: rgb(49,218,220); }

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