Html Css Color HEX #1FF5BE Turquoise

📋 copy color: '#1FF5BE'

red 31 ◦ green 245 ◦ blue 190

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

Shades of Turquoise #1FF5BE

Tints of Turquoise #1FF5BE

RGB

 RED value IS 31 (12.5% from 255) = 6.65%

 GREEN value IS 245 (96.09% from 255) = 52.58%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 6.65%
G = 52.58%
B = 40.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#1FF5BE (or 0x1FF5BE) is known color: Turquoise. HEX triplet: 1F, F5 and BE. RGB value is (31,245,190). Sum of RGB (Red+Green+Blue) = 31+245+190=466 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.65% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF5BE is #E00A41. Grayscale: #AEAEAE. Windows color (decimal): -14682690 or 12514591. OLE color: 12514591.

HSL color Cylindrical-coordinate representation of color #1FF5BE: hue angle of 164.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF5BE is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 31 245 190 -
CMYK 0.87 0 0.22 0.04
HSL 164.58º 0.91% 0.54% -
HSV(B) 164.58º 0.87% 0.96% -
XYZ 42.51 69.31 59.85 -
YUV 174.74 136.6 25.47 -
System Red Green Blue C M Y K H S L
Decimal 31 245 190 0.87 0 0.22 0.04 164.58 0.91 0.54
Hex 1F F5 BE 57 0 16 4 A5 5B 36
Octal 37 365 276 127 0 26 4 245 133 66
Binary 11111 11110101 10111110 1010111 0 10110 100 10100101 1011011 110110

Color Harmonies of #1FF5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF5BE

Black with #1FF5BE

Text Example


Text Example

White with #1FF5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FF5BE; }

 p { color: rgb(31,245,190); }

 H1.HeaderClassName
 {
   color: #1FF5BE;
 }
 .AnyTagClassName
 {
   color: #1FF5BE;
 }
</style>

background-color css

<style>
 a { background-color: #1FF5BE; }

 a { background-color: rgb(31,245,190); }

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

border-color css

<style>
 span { border-color: #1FF5BE; }

 span { border-color: rgb(31,245,190); }

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