Html Css Color HEX #1FE1BE Turquoise

📋 copy color: '#1FE1BE'

red 31 ◦ green 225 ◦ blue 190

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

Shades of Turquoise #1FE1BE

Tints of Turquoise #1FE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.45%

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

R = 6.95%
G = 50.45%
B = 42.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#1FE1BE (or 0x1FE1BE) is known color: Turquoise. HEX triplet: 1F, E1 and BE. RGB value is (31,225,190). Sum of RGB (Red+Green+Blue) = 31+225+190=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1BE is #E01E41. Grayscale: #A2A2A2. Windows color (decimal): -14687810 or 12509471. OLE color: 12509471.

HSL color Cylindrical-coordinate representation of color #1FE1BE: hue angle of 169.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1BE is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 225 190 -
CMYK 0.86 0 0.16 0.12
HSL 169.18º 0.76% 0.5% -
HSV(B) 169.18º 0.86% 0.88% -
XYZ 36.78 57.86 57.94 -
YUV 163 143.23 33.85 -
System Red Green Blue C M Y K H S L
Decimal 31 225 190 0.86 0 0.16 0.12 169.18 0.76 0.5
Hex 1F E1 BE 56 0 10 C A9 4C 32
Octal 37 341 276 126 0 20 14 251 114 62
Binary 11111 11100001 10111110 1010110 0 10000 1100 10101001 1001100 110010

Color Harmonies of #1FE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE1BE

Black with #1FE1BE

Text Example


Text Example

White with #1FE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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