Html Css Color HEX #31FCBD Turquoise

📋 copy color: '#31FCBD'

red 49 ◦ green 252 ◦ blue 189

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

Shades of Turquoise #31FCBD

Tints of Turquoise #31FCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.43%

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 10%
G = 51.43%
B = 38.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#31FCBD (or 0x31FCBD) is known color: Turquoise. HEX triplet: 31, FC and BD. RGB value is (49,252,189). Sum of RGB (Red+Green+Blue) = 49+252+189=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCBD is #CE0342. Grayscale: #B8B8B8. Windows color (decimal): -13501251 or 12450865. OLE color: 12450865.

HSL color Cylindrical-coordinate representation of color #31FCBD: hue angle of 161.38º 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 #31FCBD is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 189 -
CMYK 0.81 0 0.25 0.01
HSL 161.38º 0.97% 0.59% -
HSV(B) 161.38º 0.81% 0.99% -
XYZ 45.26 73.95 60.03 -
YUV 184.12 130.75 31.62 -
System Red Green Blue C M Y K H S L
Decimal 49 252 189 0.81 0 0.25 0.01 161.38 0.97 0.59
Hex 31 FC BD 51 0 19 1 A1 61 3B
Octal 61 374 275 121 0 31 1 241 141 73
Binary 110001 11111100 10111101 1010001 0 11001 1 10100001 1100001 111011

Color Harmonies of #31FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCBD

Black with #31FCBD

Text Example


Text Example

White with #31FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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