Html Css Color HEX #31DACC Turquoise

📋 copy color: '#31DACC'

red 49 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #31DACC

Tints of Turquoise #31DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 10.4%
G = 46.28%
B = 43.31%

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

#31DACC (or 0x31DACC) is known color: Turquoise. HEX triplet: 31, DA and CC. RGB value is (49,218,204). Sum of RGB (Red+Green+Blue) = 49+218+204=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #31DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DACC is #CE2533. Grayscale: #A5A5A5. Windows color (decimal): -13509940 or 13425201. OLE color: 13425201.

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

Color convert

RGB 49 218 204 -
CMYK 0.78 0 0.06 0.15
HSL 175.03º 0.7% 0.52% -
HSV(B) 175.03º 0.78% 0.85% -
XYZ 37.24 55.16 65.81 -
YUV 165.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 49 218 204 0.78 0 0.06 0.15 175.03 0.7 0.52
Hex 31 DA CC 4E 0 6 F AF 46 34
Octal 61 332 314 116 0 6 17 257 106 64
Binary 110001 11011010 11001100 1001110 0 110 1111 10101111 1000110 110100

Color Harmonies of #31DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DACC

Black with #31DACC

Text Example


Text Example

White with #31DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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