Html Css Color HEX #31FACA Turquoise

📋 copy color: '#31FACA'

red 49 ◦ green 250 ◦ blue 202

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

Shades of Turquoise #31FACA

Tints of Turquoise #31FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 9.78%
G = 49.9%
B = 40.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#31FACA (or 0x31FACA) is known color: Turquoise. HEX triplet: 31, FA and CA. RGB value is (49,250,202). Sum of RGB (Red+Green+Blue) = 49+250+202=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #31FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FACA is #CE0535. Grayscale: #B8B8B8. Windows color (decimal): -13501750 or 13302321. OLE color: 13302321.

HSL color Cylindrical-coordinate representation of color #31FACA: hue angle of 165.67º 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 #31FACA is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 250 202 -
CMYK 0.80 0 0.19 0.02
HSL 165.67º 0.95% 0.59% -
HSV(B) 165.67º 0.8% 0.98% -
XYZ 46.11 73.29 67.59 -
YUV 184.43 137.91 31.4 -
System Red Green Blue C M Y K H S L
Decimal 49 250 202 0.80 0 0.19 0.02 165.67 0.95 0.59
Hex 31 FA CA 50 0 13 2 A6 5F 3B
Octal 61 372 312 120 0 23 2 246 137 73
Binary 110001 11111010 11001010 1010000 0 10011 10 10100110 1011111 111011

Color Harmonies of #31FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FACA

Black with #31FACA

Text Example


Text Example

White with #31FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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