Html Css Color HEX #31DACD Turquoise

📋 copy color: '#31DACD'

red 49 ◦ green 218 ◦ blue 205

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

Shades of Turquoise #31DACD

Tints of Turquoise #31DACD

RGB

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

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

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

R = 10.38%
G = 46.19%
B = 43.43%

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

#31DACD (or 0x31DACD) is known color: Turquoise. HEX triplet: 31, DA and CD. RGB value is (49,218,205). Sum of RGB (Red+Green+Blue) = 49+218+205=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #31DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DACD is #CE2532. Grayscale: #A5A5A5. Windows color (decimal): -13509939 or 13490737. OLE color: 13490737.

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

Color convert

RGB 49 218 205 -
CMYK 0.78 0 0.06 0.15
HSL 175.38º 0.7% 0.52% -
HSV(B) 175.38º 0.78% 0.85% -
XYZ 37.36 55.2 66.44 -
YUV 165.99 150.01 44.56 -
System Red Green Blue C M Y K H S L
Decimal 49 218 205 0.78 0 0.06 0.15 175.38 0.7 0.52
Hex 31 DA CD 4E 0 6 F AF 46 34
Octal 61 332 315 116 0 6 17 257 106 64
Binary 110001 11011010 11001101 1001110 0 110 1111 10101111 1000110 110100

Color Harmonies of #31DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DACD

Black with #31DACD

Text Example


Text Example

White with #31DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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