Html Css Color HEX #31FACD Turquoise

📋 copy color: '#31FACD'

red 49 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #31FACD

Tints of Turquoise #31FACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.6%

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

R = 9.72%
G = 49.6%
B = 40.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#31FACD (or 0x31FACD) is known color: Turquoise. HEX triplet: 31, FA and CD. RGB value is (49,250,205). Sum of RGB (Red+Green+Blue) = 49+250+205=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #31FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FACD is #CE0532. Grayscale: #B8B8B8. Windows color (decimal): -13501747 or 13498929. OLE color: 13498929.

HSL color Cylindrical-coordinate representation of color #31FACD: hue angle of 166.57º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FACD is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 250 205 -
CMYK 0.80 0 0.18 0.02
HSL 166.57º 0.95% 0.59% -
HSV(B) 166.57º 0.8% 0.98% -
XYZ 46.47 73.43 69.48 -
YUV 184.77 139.41 31.16 -
System Red Green Blue C M Y K H S L
Decimal 49 250 205 0.80 0 0.18 0.02 166.57 0.95 0.59
Hex 31 FA CD 50 0 12 2 A7 5F 3B
Octal 61 372 315 120 0 22 2 247 137 73
Binary 110001 11111010 11001101 1010000 0 10010 10 10100111 1011111 111011

Color Harmonies of #31FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FACD

Black with #31FACD

Text Example


Text Example

White with #31FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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