Html Css Color HEX #31DCFC Turquoise

📋 copy color: '#31DCFC'

red 49 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #31DCFC

Tints of Turquoise #31DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 9.4%
G = 42.23%
B = 48.37%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31DCFC (or 0x31DCFC) is known color: Turquoise. HEX triplet: 31, DC and FC. RGB value is (49,220,252). Sum of RGB (Red+Green+Blue) = 49+220+252=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #31DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCFC is #CE2303. Grayscale: #ACACAC. Windows color (decimal): -13509380 or 16571441. OLE color: 16571441.

HSL color Cylindrical-coordinate representation of color #31DCFC: hue angle of 189.46º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DCFC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 220 252 -
CMYK 0.81 0.13 0 0.01
HSL 189.46º 0.97% 0.59% -
HSV(B) 189.46º 0.81% 0.99% -
XYZ 44.43 58.87 101.12 -
YUV 172.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 49 220 252 0.81 0.13 0 0.01 189.46 0.97 0.59
Hex 31 DC FC 51 D 0 1 BD 61 3B
Octal 61 334 374 121 15 0 1 275 141 73
Binary 110001 11011100 11111100 1010001 1101 0 1 10111101 1100001 111011

Color Harmonies of #31DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCFC

Black with #31DCFC

Text Example


Text Example

White with #31DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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