Html Css Color HEX #1FE0BE Turquoise

📋 copy color: '#1FE0BE'

red 31 ◦ green 224 ◦ blue 190

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

Shades of Turquoise #1FE0BE

Tints of Turquoise #1FE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.34%

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

R = 6.97%
G = 50.34%
B = 42.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#1FE0BE (or 0x1FE0BE) is known color: Turquoise. HEX triplet: 1F, E0 and BE. RGB value is (31,224,190). Sum of RGB (Red+Green+Blue) = 31+224+190=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE0BE is #E01F41. Grayscale: #A2A2A2. Windows color (decimal): -14688066 or 12509215. OLE color: 12509215.

HSL color Cylindrical-coordinate representation of color #1FE0BE: hue angle of 169.43º 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 #1FE0BE is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 224 190 -
CMYK 0.86 0 0.15 0.12
HSL 169.43º 0.76% 0.5% -
HSV(B) 169.43º 0.86% 0.88% -
XYZ 36.51 57.32 57.85 -
YUV 162.42 143.56 34.26 -
System Red Green Blue C M Y K H S L
Decimal 31 224 190 0.86 0 0.15 0.12 169.43 0.76 0.5
Hex 1F E0 BE 56 0 F C A9 4C 32
Octal 37 340 276 126 0 17 14 251 114 62
Binary 11111 11100000 10111110 1010110 0 1111 1100 10101001 1001100 110010

Color Harmonies of #1FE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE0BE

Black with #1FE0BE

Text Example


Text Example

White with #1FE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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