Html Css Color HEX #31DACE Turquoise

📋 copy color: '#31DACE'

red 49 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #31DACE

Tints of Turquoise #31DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 10.36%
G = 46.09%
B = 43.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#31DACE (or 0x31DACE) is known color: Turquoise. HEX triplet: 31, DA and CE. RGB value is (49,218,206). Sum of RGB (Red+Green+Blue) = 49+218+206=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #31DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DACE is #CE2531. Grayscale: #A5A5A5. Windows color (decimal): -13509938 or 13556273. OLE color: 13556273.

HSL color Cylindrical-coordinate representation of color #31DACE: hue angle of 175.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DACE is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 206 -
CMYK 0.78 0 0.06 0.15
HSL 175.74º 0.7% 0.52% -
HSV(B) 175.74º 0.78% 0.85% -
XYZ 37.48 55.25 67.08 -
YUV 166.1 150.51 44.48 -
System Red Green Blue C M Y K H S L
Decimal 49 218 206 0.78 0 0.06 0.15 175.74 0.7 0.52
Hex 31 DA CE 4E 0 6 F B0 46 34
Octal 61 332 316 116 0 6 17 260 106 64
Binary 110001 11011010 11001110 1001110 0 110 1111 10110000 1000110 110100

Color Harmonies of #31DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DACE

Black with #31DACE

Text Example


Text Example

White with #31DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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