Html Css Color HEX #31FADB Turquoise

📋 copy color: '#31FADB'

red 49 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #31FADB

Tints of Turquoise #31FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 9.46%
G = 48.26%
B = 42.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#31FADB (or 0x31FADB) is known color: Turquoise. HEX triplet: 31, FA and DB. RGB value is (49,250,219). Sum of RGB (Red+Green+Blue) = 49+250+219=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #31FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FADB is #CE0524. Grayscale: #BABABA. Windows color (decimal): -13501733 or 14416433. OLE color: 14416433.

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

Color convert

RGB 49 250 219 -
CMYK 0.80 0 0.12 0.02
HSL 170.75º 0.95% 0.59% -
HSV(B) 170.75º 0.8% 0.98% -
XYZ 48.24 74.14 78.79 -
YUV 186.37 146.41 30.02 -
System Red Green Blue C M Y K H S L
Decimal 49 250 219 0.80 0 0.12 0.02 170.75 0.95 0.59
Hex 31 FA DB 50 0 C 2 AB 5F 3B
Octal 61 372 333 120 0 14 2 253 137 73
Binary 110001 11111010 11011011 1010000 0 1100 10 10101011 1011111 111011

Color Harmonies of #31FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FADB

Black with #31FADB

Text Example


Text Example

White with #31FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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