Html Css Color HEX #31FDB4 Turquoise

📋 copy color: '#31FDB4'

red 49 ◦ green 253 ◦ blue 180

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

Shades of Turquoise #31FDB4

Tints of Turquoise #31FDB4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.49%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 10.17%
G = 52.49%
B = 37.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#31FDB4 (or 0x31FDB4) is known color: Turquoise. HEX triplet: 31, FD and B4. RGB value is (49,253,180). Sum of RGB (Red+Green+Blue) = 49+253+180=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDB4 is #CE024B. Grayscale: #B7B7B7. Windows color (decimal): -13501004 or 11861297. OLE color: 11861297.

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

Color convert

RGB 49 253 180 -
CMYK 0.81 0 0.29 0.01
HSL 158.53º 0.98% 0.59% -
HSV(B) 158.53º 0.81% 0.99% -
XYZ 44.63 74.2 55.15 -
YUV 183.68 125.91 31.94 -
System Red Green Blue C M Y K H S L
Decimal 49 253 180 0.81 0 0.29 0.01 158.53 0.98 0.59
Hex 31 FD B4 51 0 1D 1 9F 62 3B
Octal 61 375 264 121 0 35 1 237 142 73
Binary 110001 11111101 10110100 1010001 0 11101 1 10011111 1100010 111011

Color Harmonies of #31FDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FDB4

Black with #31FDB4

Text Example


Text Example

White with #31FDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,253,180); }

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

background-color css

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

 a { background-color: rgb(49,253,180); }

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

border-color css

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

 span { border-color: rgb(49,253,180); }

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