Html Css Color HEX #31FBDB Turquoise

📋 copy color: '#31FBDB'

red 49 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #31FBDB

Tints of Turquoise #31FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.36%

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

R = 9.44%
G = 48.36%
B = 42.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#31FBDB (or 0x31FBDB) is known color: Turquoise. HEX triplet: 31, FB and DB. RGB value is (49,251,219). Sum of RGB (Red+Green+Blue) = 49+251+219=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBDB is #CE0424. Grayscale: #BABABA. Windows color (decimal): -13501477 or 14416689. OLE color: 14416689.

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

Color convert

RGB 49 251 219 -
CMYK 0.80 0 0.13 0.02
HSL 170.5º 0.96% 0.59% -
HSV(B) 170.5º 0.8% 0.98% -
XYZ 48.55 74.76 78.89 -
YUV 186.95 146.08 29.6 -
System Red Green Blue C M Y K H S L
Decimal 49 251 219 0.80 0 0.13 0.02 170.5 0.96 0.59
Hex 31 FB DB 50 0 D 2 AA 60 3B
Octal 61 373 333 120 0 15 2 252 140 73
Binary 110001 11111011 11011011 1010000 0 1101 10 10101010 1100000 111011

Color Harmonies of #31FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FBDB

Black with #31FBDB

Text Example


Text Example

White with #31FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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